Cluster Args
data class ClusterArgs(val name: Output<String>? = null, val networkType: Output<ClusterNetworkType>? = null, val tags: Output<List<CreateOnlyTagArgs>>? = null) : ConvertibleToJava<ClusterArgs>
AWS Route53 Recovery Control Cluster resource schema
Constructors
Link copied to clipboard
constructor(name: Output<String>? = null, networkType: Output<ClusterNetworkType>? = null, tags: Output<List<CreateOnlyTagArgs>>? = null)