Skip to content

Resource: awsRoute53RecoverycontrolconfigCluster

Provides an AWS Route 53 Recovery Control Config Cluster.

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.route53RecoverycontrolconfigCluster.Route53RecoverycontrolconfigCluster(
  this,
  "example",
  {
    name: "georgefitzgerald",
  }
);

Argument Reference

The following arguments are required:

  • name - (Required) Unique name describing the cluster.

Attributes Reference

In addition to all arguments above, the following attributes are exported:

  • arn - ARN of the cluster
  • clusterEndpoints - List of 5 endpoints in 5 regions that can be used to talk to the cluster. See below.
  • status - Status of cluster. pending when it is being created, PENDING_DELETION when it is being deleted and deployed otherwise.

clusterEndpoints

  • endpoint - Cluster endpoint.
  • region - Region of the endpoint.

Import

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

$ terraform import aws_route53recoverycontrolconfig_cluster.mycluster arn:aws:route53-recovery-control::313517334327:cluster/f9ae13be-a11e-4ec7-8522-94a70468e6ea