ClusterArgs

data class ClusterArgs(val name: Output<String>? = null, val tags: Output<List<ClusterTagArgs>>? = null) : ConvertibleToJava<ClusterArgs>

AWS Route53 Recovery Control Cluster resource schema

Constructors

Link copied to clipboard
fun ClusterArgs(name: Output<String>? = null, tags: Output<List<ClusterTagArgs>>? = null)

Functions

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

Properties

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

Name of a Cluster. You can use any non-white space character in the name

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

A collection of tags associated with a resource