AWS::MemoryDB::SubnetGroup
Specifies a subnet group. A subnet group is a collection of subnets (typically private) that you can designate for your clusters running in an Amazon Virtual Private Cloud (VPC) environment. When you create a cluster in an Amazon VPC, you must specify a subnet group. MemoryDB uses that subnet group to choose a subnet and IP addresses within that subnet to associate with your nodes. For more information, see Subnets and subnet groups.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::MemoryDB::SubnetGroup", "Properties" : { "Description" :
String
, "SubnetGroupName" :String
, "SubnetIds" :[ String, ... ]
, "Tags" :[ Tag, ... ]
} }
YAML
Type: AWS::MemoryDB::SubnetGroup Properties: Description:
String
SubnetGroupName:String
SubnetIds:- String
Tags:- Tag
Properties
Description
-
A description of the subnet group.
Required: No
Type: String
Update requires: No interruption
SubnetGroupName
-
The name of the subnet group to be used for the cluster.
Required: Yes
Type: String
Update requires: Replacement
SubnetIds
-
A list of Amazon VPC subnet IDs for the subnet group.
Required: Yes
Type: List of String
Update requires: No interruption
Tags
-
An array of key-value pairs to apply to this resource.
For more information, see Tag.
Required: No
Type: List of Tag
Update requires: No interruption