--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_route53recoveryreadiness_readiness_check Resource - terraform-provider-awscc" subcategory: "" description: |- Aws Route53 Recovery Readiness Check Schema and API specification. --- # awscc_route53recoveryreadiness_readiness_check (Resource) Aws Route53 Recovery Readiness Check Schema and API specification. ## Schema ### Required - `readiness_check_name` (String) Name of the ReadinessCheck to create. ### Optional - `resource_set_name` (String) The name of the resource set to check. - `tags` (Attributes List) A collection of tags associated with a resource. (see [below for nested schema](#nestedatt--tags)) ### Read-Only - `id` (String) Uniquely identifies the resource. - `readiness_check_arn` (String) The Amazon Resource Name (ARN) of the readiness check. ### Nested Schema for `tags` Optional: - `key` (String) - `value` (List of String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_route53recoveryreadiness_readiness_check.example ```