Skip to content

Resource: awsRoute53RecoveryreadinessCell

Provides an AWS Route 53 Recovery Readiness Cell.

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.route53RecoveryreadinessCell.Route53RecoveryreadinessCell(
  this,
  "example",
  {
    cellName: "us-west-2-failover-cell",
  }
);

Argument Reference

The following arguments are required:

  • cellName - (Required) Unique name describing the cell.

The following arguments are optional:

  • cells - (Optional) List of cell arns to add as nested fault domains within this cell.
  • tags - (Optional) Key-value mapping of resource tags. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

Attributes Reference

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

  • arn - ARN of the cell
  • parentReadinessScopes - List of readiness scopes (recovery groups or cells) that contain this cell.
  • tagsAll - Map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.

Timeouts

Configuration options:

  • delete - (Default 5M)

Import

Route53 Recovery Readiness cells can be imported via the cell name, e.g.,

$ terraform import aws_route53recoveryreadiness_cell.us-west-2-failover-cell us-west-2-failover-cell