class Aws::Redshift::Types::CreateClusterSubnetGroupMessage
@note When making an API call, you may pass CreateClusterSubnetGroupMessage
data as a hash: { cluster_subnet_group_name: "String", # required description: "String", # required subnet_ids: ["String"], # required tags: [ { key: "String", value: "String", }, ], }
@!attribute [rw] cluster_subnet_group_name
The name for the subnet group. Amazon Redshift stores the value as a lowercase string. Constraints: * Must contain no more than 255 alphanumeric characters or hyphens. * Must not be "Default". * Must be unique for all subnet groups that are created by your Amazon Web Services account. Example: `examplesubnetgroup` @return [String]
@!attribute [rw] description
A description for the subnet group. @return [String]
@!attribute [rw] subnet_ids
An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request. @return [Array<String>]
@!attribute [rw] tags
A list of tag instances. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/CreateClusterSubnetGroupMessage AWS API Documentation
Constants
- SENSITIVE