ClusterArgs

data class ClusterArgs(val name: Output<String>? = 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, tags: Output<List<CreateOnlyTagArgs>>? = null)

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<CreateOnlyTagArgs>>? = null

A collection of tags associated with a resource

Functions

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