Cluster

class Cluster : KotlinCustomResource

Provides an AWS Route 53 Recovery Control Config Cluster.

Example Usage

package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.route53recoverycontrol.Cluster;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var example = new Cluster("example");
}
}

Import

Route53 Recovery Control Config cluster can be imported via the cluster ARN, e.g.,

$ pulumi import aws:route53recoverycontrol/cluster:Cluster mycluster arn:aws:route53-recovery-control::313517334327:cluster/f9ae13be-a11e-4ec7-8522-94a70468e6ea

Properties

Link copied to clipboard
val arn: Output<String>

ARN of the cluster

Link copied to clipboard

List of 5 endpoints in 5 regions that can be used to talk to the cluster. See below.

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

Unique name describing the cluster.

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

Status of cluster. PENDING when it is being created, PENDING_DELETION when it is being deleted and DEPLOYED otherwise.

Link copied to clipboard
val urn: Output<String>