Cluster

class Cluster : KotlinCustomResource

AWS Route53 Recovery Control Cluster resource schema

Properties

Link copied to clipboard
val clusterArn: Output<String>

The Amazon Resource Name (ARN) of the cluster.

Link copied to clipboard

Endpoints for the cluster.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

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

Link copied to clipboard

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

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Output<ClusterStatus>

Deployment status of a resource. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.

Link copied to clipboard
val tags: Output<List<CreateOnlyTag>>?

A collection of tags associated with a resource

Link copied to clipboard
val urn: Output<String>