Skip to content

Resource: awsRoute53RecoveryreadinessReadinessCheck

Provides an AWS Route 53 Recovery Readiness Readiness Check.

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.route53RecoveryreadinessReadinessCheck.Route53RecoveryreadinessReadinessCheck(
  this,
  "example",
  {
    readinessCheckName: "${my-cw-alarm-check}",
    resourceSetName: "${my-cw-alarm-set}",
  }
);

Argument Reference

The following arguments are required:

  • readinessCheckName - (Required) Unique name describing the readiness check.
  • resourceSetName - (Required) Name describing the resource set that will be monitored for readiness.

The following arguments are optional:

  • 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 readiness_check
  • tagsAll - Map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.

Import

Route53 Recovery Readiness readiness checks can be imported via the readiness check name, e.g.,

$ terraform import aws_route53recoveryreadiness_readiness_check.my-cw-alarm-check

Timeouts

Configuration options:

  • delete - (Default 5M)