AWS::Route53RecoveryReadiness::ReadinessCheckAws Route53 Recovery Readiness Check Schema and API specification.
3 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ReadinessCheckName | string | Create-only |
ResourceSetName | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ReadinessCheckArn | string | The Amazon Resource Name (ARN) of the readiness check. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Route53RecoveryReadiness::ReadinessCheck
Resources:
MyResource:
Type: AWS::Route53RecoveryReadiness::ReadinessCheck
Properties:
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
route53-recovery-readiness:CreateReadinessCheckroute53-recovery-readiness:GetResourceSetroute53-recovery-readiness:GetReadinessCheckroute53-recovery-readiness:ListTagsForResourcesroute53-recovery-readiness:TagResourceroute53-recovery-readiness:GetReadinessCheckroute53-recovery-readiness:ListTagsForResourcesroute53-recovery-readiness:UpdateReadinessCheckroute53-recovery-readiness:GetResourceSetroute53-recovery-readiness:GetReadinessCheckroute53-recovery-readiness:ListTagsForResourcesroute53-recovery-readiness:TagResourceroute53-recovery-readiness:UntagResourceroute53-recovery-readiness:DeleteReadinessCheckroute53-recovery-readiness:GetReadinessCheckroute53-recovery-readiness:ListReadinessChecksroute53-recovery-readiness:GetReadinessChecksOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterReadinessCheckNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ReadinessCheckName