AWS Fundamentals Logo
AWS Fundamentals
AWS::Neptune::GlobalCluster

Neptune GlobalCluster

Resource Type definition for AWS::Neptune::GlobalCluster

Properties

7 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
DeletionProtection
boolean
Engine
string
Create-only
EngineVersion
string
GlobalClusterIdentifier
string
Create-only
SourceDBClusterIdentifier
string
Create-only
StorageEncrypted
boolean
Create-only
Tags
Array<Tag>

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Neptune::GlobalCluster

Resources:
  MyResource:
    Type: AWS::Neptune::GlobalCluster
    Properties:
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

rds:CreateGlobalClusterrds:DescribeDBClustersrds:DescribeGlobalClustersrds:AddTagsToResourcerds:ListTagsForResource

read

rds:DescribeGlobalClustersrds:ListTagsForResource

update

rds:ModifyGlobalClusterrds:DescribeGlobalClustersrds:AddTagsToResourcerds:RemoveTagsFromResourcerds:ListTagsForResource

delete

rds:DescribeGlobalClustersrds:DeleteGlobalClusterrds:RemoveFromGlobalClusterrds:DescribeDBClusters

list

rds:DescribeGlobalClusters

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceNeptune
Properties7
Required0
TaggingSupported
Primary IDGlobalClusterIdentifier

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

GlobalClusterIdentifierSourceDBClusterIdentifierEngineStorageEncrypted

External Links