readiness_check
Gets an individual readiness_check
resource
Overview
Name | readiness_check |
Type | Resource |
Description | readiness_check |
Id | awscc.route53recoveryreadiness.readiness_check |
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. |
tags | array | A collection of tags associated with a resource. |
region | string | AWS 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