Skip to main content

readiness_check

Gets an individual readiness_check resource

Overview

Namereadiness_check
TypeResource
Descriptionreadiness_check
Idawscc.route53recoveryreadiness.readiness_check

Fields

NameDatatypeDescription
resource_set_namestringThe name of the resource set to check.
readiness_check_namestringName of the ReadinessCheck to create.
readiness_check_arnstringThe Amazon Resource Name (ARN) of the readiness check.
tagsarrayA collection of tags associated with a resource.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
resource_set_name,
readiness_check_name,
readiness_check_arn,
tags
FROM awscc.route53recoveryreadiness.readiness_check
WHERE data__Identifier = '<ReadinessCheckName>';

Permissions

To operate on the readiness_check resource, the following permissions are required:

Read

route53-recovery-readiness:GetReadinessCheck,
route53-recovery-readiness:ListTagsForResources

Update

route53-recovery-readiness:UpdateReadinessCheck,
route53-recovery-readiness:GetResourceSet,
route53-recovery-readiness:GetReadinessCheck,
route53-recovery-readiness:ListTagsForResources,
route53-recovery-readiness:TagResource,
route53-recovery-readiness:UntagResource

Delete

route53-recovery-readiness:DeleteReadinessCheck,
route53-recovery-readiness:GetReadinessCheck