Cluster Subnet Group Args
data class ClusterSubnetGroupArgs(val description: Output<String>? = null, val subnetIds: Output<List<String>>? = null, val tags: Output<List<ClusterSubnetGroupTagArgs>>? = null) : ConvertibleToJava<ClusterSubnetGroupArgs>
Specifies an Amazon Redshift subnet group.
Constructors
Link copied to clipboard
fun ClusterSubnetGroupArgs(description: Output<String>? = null, subnetIds: Output<List<String>>? = null, tags: Output<List<ClusterSubnetGroupTagArgs>>? = null)