This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::Neptune::DBCluster
The AWS::Neptune::DBCluster resource creates an Amazon Neptune DB cluster.
        Neptune is a fully managed graph database.
Note
Currently, you can create this resource only in Amazon Regions in which Amazon Neptune is supported.
If no DeletionPolicy is set for AWS::Neptune::DBCluster
        resources, the default deletion behavior is that the entire volume will be deleted without a snapshot.
        To retain a backup of the volume, the DeletionPolicy should be set to Snapshot.
        For more information about how Amazon CloudFormation deletes resources,
        see DeletionPolicy Attribute.
You can use AWS::Neptune::DBCluster.DeletionProtection to help guard against
        unintended deletion of your DB cluster.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Neptune::DBCluster", "Properties" : { "AssociatedRoles" :[ DBClusterRole, ... ], "AvailabilityZones" :[ String, ... ], "BackupRetentionPeriod" :Integer, "CopyTagsToSnapshot" :Boolean, "DBClusterIdentifier" :String, "DBClusterParameterGroupName" :String, "DBInstanceParameterGroupName" :String, "DBPort" :Integer, "DBSubnetGroupName" :String, "DeletionProtection" :Boolean, "EnableCloudwatchLogsExports" :[ String, ... ], "EngineVersion" :String, "IamAuthEnabled" :Boolean, "KmsKeyId" :String, "Port" :String, "PreferredBackupWindow" :String, "PreferredMaintenanceWindow" :String, "RestoreToTime" :String, "RestoreType" :String, "ServerlessScalingConfiguration" :ServerlessScalingConfiguration, "SnapshotIdentifier" :String, "SourceDBClusterIdentifier" :String, "StorageEncrypted" :Boolean, "Tags" :[ Tag, ... ], "UseLatestRestorableTime" :Boolean, "VpcSecurityGroupIds" :[ String, ... ]} }
YAML
Type: AWS::Neptune::DBCluster Properties: AssociatedRoles:- DBClusterRoleAvailabilityZones:- StringBackupRetentionPeriod:IntegerCopyTagsToSnapshot:BooleanDBClusterIdentifier:StringDBClusterParameterGroupName:StringDBInstanceParameterGroupName:StringDBPort:IntegerDBSubnetGroupName:StringDeletionProtection:BooleanEnableCloudwatchLogsExports:- StringEngineVersion:StringIamAuthEnabled:BooleanKmsKeyId:StringPort:StringPreferredBackupWindow:StringPreferredMaintenanceWindow:StringRestoreToTime:StringRestoreType:StringServerlessScalingConfiguration:ServerlessScalingConfigurationSnapshotIdentifier:StringSourceDBClusterIdentifier:StringStorageEncrypted:BooleanTags:- TagUseLatestRestorableTime:BooleanVpcSecurityGroupIds:- String
Properties
- AssociatedRoles
- 
                    Provides a list of the Amazon Identity and Access Management (IAM) roles that are associated with the DB cluster. IAM roles that are associated with a DB cluster grant permission for the DB cluster to access other Amazon services on your behalf. Required: No Type: Array of DBClusterRole Update requires: No interruption 
- AvailabilityZones
- 
                    Provides the list of EC2 Availability Zones that instances in the DB cluster can be created in. Required: No Type: Array of String Update requires: Replacement 
- BackupRetentionPeriod
- 
                    Specifies the number of days for which automatic DB snapshots are retained. An update may require some interruption. See ModifyDBInstance in the Amazon Neptune User Guide for more information. Required: No Type: Integer Minimum: 1Update requires: No interruption 
- 
                    If set to true, tags are copied to any snapshot of the DB cluster that is created.Required: No Type: Boolean Update requires: No interruption 
- DBClusterIdentifier
- 
                    Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster. Required: No Type: String Pattern: ^[a-zA-Z]{1}(?:-?[a-zA-Z0-9]){0,62}$Minimum: 1Maximum: 63Update requires: Replacement 
- DBClusterParameterGroupName
- 
                    Provides the name of the DB cluster parameter group. An update may require some interruption. See ModifyDBInstance in the Amazon Neptune User Guide for more information. Required: No Type: String Update requires: No interruption 
- DBInstanceParameterGroupName
- 
                    The name of the DB parameter group to apply to all instances of the DB cluster. Used only in case of a major engine version upgrade request Note that when you apply a parameter group using DBInstanceParameterGroupName, parameter changes are applied immediately, not during the next maintenance window.Constraints- 
                            The DB parameter group must be in the same DB parameter group family as the target DB cluster version. 
- 
                            The DBInstanceParameterGroupNameparameter is only valid for major engine version upgrades.
 Required: No Type: String Update requires: No interruption 
- 
                            
- DBPort
- 
                    The port number on which the DB instances in the DB cluster accept connections. If not specified, the default port used is 8182.NoteThe Portproperty will soon be deprecated. Please update existing templates to use the newDBPortproperty that has the same functionality.Required: No Type: Integer Update requires: No interruption 
- DBSubnetGroupName
- 
                    Specifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group. Required: No Type: String Update requires: Replacement 
- DeletionProtection
- 
                    Indicates whether or not the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. Required: No Type: Boolean Update requires: No interruption 
- EnableCloudwatchLogsExports
- 
                    Specifies a list of log types that are enabled for export to CloudWatch Logs. Required: No Type: Array of String Update requires: No interruption 
- EngineVersion
- 
                    Indicates the database engine version. Required: No Type: String Update requires: No interruption 
- IamAuthEnabled
- 
                    True if mapping of Amazon Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false. Required: No Type: Boolean Update requires: No interruption 
- KmsKeyId
- 
                    The Amazon Resource Name (ARN) of the KMS key that is used to encrypt the database instances in the DB cluster, such as arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef. If you enable theStorageEncryptedproperty but don't specify this property, the default KMS key is used. If you specify this property, you must set theStorageEncryptedproperty totrue.Required: No Type: String Update requires: Replacement 
- Port
- 
                    The port number on which the DB instances in the DB cluster accept connections. If not specified, the default port used is 8182.NoteThis property will soon be deprecated. Please update existing templates to use the new DBPortproperty that has the same functionality.Required: No Type: String Update requires: No interruption 
- PreferredBackupWindow
- 
                    Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.An update may require some interruption. Required: No Type: String Update requires: No interruption 
- PreferredMaintenanceWindow
- 
                    Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). Required: No Type: String Update requires: No interruption 
- RestoreToTime
- 
                    Creates a new DB cluster from a DB snapshot or DB cluster snapshot. If a DB snapshot is specified, the target DB cluster is created from the source DB snapshot with a default configuration and default security group. If a DB cluster snapshot is specified, the target DB cluster is created from the source DB cluster restore point with the same configuration as the original source DB cluster, except that the new DB cluster is created with the default security group. Required: No Type: String Update requires: Replacement 
- RestoreType
- 
                    Creates a new DB cluster from a DB snapshot or DB cluster snapshot. If a DB snapshot is specified, the target DB cluster is created from the source DB snapshot with a default configuration and default security group. If a DB cluster snapshot is specified, the target DB cluster is created from the source DB cluster restore point with the same configuration as the original source DB cluster, except that the new DB cluster is created with the default security group. Required: No Type: String Update requires: Replacement 
- ServerlessScalingConfiguration
- Property description not available. - Required: No - Type: ServerlessScalingConfiguration - Update requires: No interruption 
- SnapshotIdentifier
- 
                    Specifies the identifier for a DB cluster snapshot. Must match the identifier of an existing snapshot. After you restore a DB cluster using a SnapshotIdentifier, you must specify the sameSnapshotIdentifierfor any future updates to the DB cluster. When you specify this property for an update, the DB cluster is not restored from the snapshot again, and the data in the database is not changed.However, if you don't specify the SnapshotIdentifier, an empty DB cluster is created, and the original DB cluster is deleted. If you specify a property that is different from the previous snapshot restore property, the DB cluster is restored from the snapshot specified by theSnapshotIdentifier, and the original DB cluster is deleted.Required: No Type: String Update requires: Replacement 
- SourceDBClusterIdentifier
- 
                    Creates a new DB cluster from a DB snapshot or DB cluster snapshot. If a DB snapshot is specified, the target DB cluster is created from the source DB snapshot with a default configuration and default security group. If a DB cluster snapshot is specified, the target DB cluster is created from the source DB cluster restore point with the same configuration as the original source DB cluster, except that the new DB cluster is created with the default security group. Required: No Type: String Update requires: Replacement 
- StorageEncrypted
- 
                    Indicates whether the DB cluster is encrypted. If you specify the KmsKeyIdproperty, then you must enable encryption and set this property totrue.If you enable the StorageEncryptedproperty but don't specify theKmsKeyIdproperty, then the default KMS key is used. If you specify theKmsKeyIdproperty, then that KMS key is used to encrypt the database instances in the DB cluster.If you specify the SourceDBClusterIdentifierproperty, and don't specify this property or disable it, the value is inherited from the source DB cluster. If the source DB cluster is encrypted, theKmsKeyIdproperty from the source cluster is used.If you specify the DBSnapshotIdentifierand don't specify this property or disable it, the value is inherited from the snapshot and the specifiedKmsKeyIdproperty from the snapshot is used.Required: No Type: Boolean Update requires: Replacement 
- 
                    The tags assigned to this cluster. Required: No Type: Array of Tag Maximum: 50Update requires: No interruption 
- UseLatestRestorableTime
- 
                    Creates a new DB cluster from a DB snapshot or DB cluster snapshot. If a DB snapshot is specified, the target DB cluster is created from the source DB snapshot with a default configuration and default security group. If a DB cluster snapshot is specified, the target DB cluster is created from the source DB cluster restore point with the same configuration as the original source DB cluster, except that the new DB cluster is created with the default security group. Required: No Type: Boolean Update requires: Replacement 
- VpcSecurityGroupIds
- 
                    Provides a list of VPC security groups that the DB cluster belongs to. Required: No Type: Array of String Update requires: No interruption 
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the resource name.
For more information about using the Ref function, see Ref.
Fn::GetAtt
The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.
- ClusterResourceId
- 
                            The resource id for the DB cluster. For example: cluster-ABCD1234EFGH5678IJKL90MNOP. The cluster ID uniquely identifies the cluster and is used in things like IAM authentication policies.
- Endpoint
- 
                            The connection endpoint for the DB cluster. For example: mystack-mydbcluster-1apw1j4phylrk.cg034hpkmmjt.us-east-2.rds.amazonaws.com
- Port
- 
                            The port number on which the DB instances in the DB cluster accept connections. 
- ReadEndpoint
- 
                            The reader endpoint for the DB cluster. For example: mystack-mydbcluster-ro-1apw1j4phylrk.cg034hpkmmjt.us-east-2.rds.amazonaws.com