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 clusterclusterEndpoints
- 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 anddeployed
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.,