ClusterSubnetGroupArgs

data class ClusterSubnetGroupArgs(val description: Output<String>? = null, val subnetIds: Output<List<String>>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ClusterSubnetGroupArgs>

Specifies an Amazon Redshift subnet group.

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, subnetIds: Output<List<String>>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

The description of the parameter group.

Link copied to clipboard
val subnetIds: Output<List<String>>? = null

The list of VPC subnet IDs

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

The list of tags for the cluster parameter group.

Functions

Link copied to clipboard
open override fun toJava(): ClusterSubnetGroupArgs