Specifies an Amazon Redshift subnet group.
description
(String) The description of the parameter group.subnet_ids
(List of String) The list of VPC subnet IDstags
(Attributes List) The list of tags for the cluster parameter group. (see below for nested schema)cluster_subnet_group_name
(String) This name must be unique for all subnet groups that are created by your AWS account. If costumer do not provide it, cloudformation will generate it. Must not be "Default".id
(String) Uniquely identifies the resource.tags
Required:
key
(String) The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.value
(String) The value for the tag. You can specify a value that is 1 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.Import is supported using the following syntax:
$ terraform import awscc_redshift_cluster_subnet_group.example <resource ID>