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::DBSubnetGroup
The AWS::Neptune::DBSubnetGroup type creates an Amazon Neptune
           DB subnet group. Subnet groups must contain at least two subnets in two different
           Availability Zones in the same Amazon Region.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Neptune::DBSubnetGroup", "Properties" : { "DBSubnetGroupDescription" :String, "DBSubnetGroupName" :String, "SubnetIds" :[ String, ... ], "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::Neptune::DBSubnetGroup Properties: DBSubnetGroupDescription:StringDBSubnetGroupName:StringSubnetIds:- StringTags:- Tag
Properties
- DBSubnetGroupDescription
- 
                    Provides the description of the DB subnet group. Required: Yes Type: String Update requires: No interruption 
- DBSubnetGroupName
- 
                    The name of the DB subnet group. Required: No Type: String Update requires: Replacement 
- SubnetIds
- 
                    The Amazon EC2 subnet IDs for the DB subnet group. Required: Yes Type: Array of String Update requires: No interruption 
- 
                    The tags that you want to attach to the DB subnet group. Required: No Type: Array of Tag 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.