The AWS::MemoryDB::SubnetGroup resource creates an Amazon MemoryDB Subnet Group.
subnet_group_name
(String) The name of the subnet group. This value must be unique as it also serves as the subnet group identifier.subnet_ids
(Set of String) A list of VPC subnet IDs for the subnet group.description
(String) An optional description of the subnet group.tags
(Attributes Set) An array of key-value pairs to apply to this subnet group. (see below for nested schema)arn
(String) The Amazon Resource Name (ARN) of the subnet group.id
(String) Uniquely identifies the resource.tags
Required:
key
(String) The key for the tag. May not be null.value
(String) The tag's value. May be null.Import is supported using the following syntax:
$ terraform import awscc_memorydb_subnet_group.example <resource ID>