readiness_check_tags
Expands all tag keys and values for readiness_checks in a region
Overview
| Name | readiness_check_tags |
| Type | Resource |
| Description | Aws Route53 Recovery Readiness Check Schema and API specification. |
| Id | aws.route53recoveryreadiness.readiness_check_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
resource_set_name | string | The name of the resource set to check. |
readiness_check_name | string | Name of the ReadinessCheck to create. |
readiness_check_arn | string | The Amazon Resource Name (ARN) of the readiness check. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Expands tags for all readiness_checks in a region.
SELECT
region,
resource_set_name,
readiness_check_name,
readiness_check_arn,
tag_key,
tag_value
FROM aws.route53recoveryreadiness.readiness_check_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the readiness_check_tags resource, see readiness_checks