ClusterSubnetGroup

class ClusterSubnetGroup : KotlinCustomResource

Specifies an Amazon Redshift subnet group.

Properties

Link copied to clipboard

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".

Link copied to clipboard
val description: Output<String>

The description of the parameter group.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val subnetIds: Output<List<String>>

The list of VPC subnet IDs

Link copied to clipboard
val tags: Output<List<Tag>>?

The list of tags for the cluster parameter group.

Link copied to clipboard
val urn: Output<String>