ClusterArgs

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)

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 networkType: Output<ClusterNetworkType>? = null

Cluster supports IPv4 endpoints and Dual-stack IPv4 and IPv6 endpoints. NetworkType can be IPV4 or DUALSTACK.

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