AWS::Route53RecoveryReadiness::ReadinessCheckCreates a readiness check in Amazon Route 53 Application Recovery Controller. A readiness check continually monitors a resource set in your application, such as a set of Amazon Aurora instances, that Route 53 ARC is auditing recovery readiness for. The audits run once every minute on every resource that's associated with a readiness check. Every resource type has a set of rules associated with it that Route 53 ARC uses to audit resources for readiness. For more information, see [Readiness rules descriptions](https://docs.aws.amazon.com/r53recovery/latest/dg/recovery-readiness.rules-resources.html) in the Amazon Route 53 Application Recovery Controller Developer Guide. Route 53 ARC Readiness supports us-east-1 and us-west-2 AWS Regions only.
import { CfnReadinessCheck } from 'aws-cdk-lib/aws-route53recoveryreadiness';Or use the module namespace:
import * as route53recoveryreadiness from 'aws-cdk-lib/aws-route53recoveryreadiness';
// route53recoveryreadiness.CfnReadinessCheckConfiguration passed to the constructor as CfnReadinessCheckProps.
readinessCheckNameOptionalstringThe name of the readiness check to create.
resourceSetNameOptionalstringThe name of the resource set to check.
tagsOptionalCfnTag[]A collection of tags associated with a resource.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-route53recoveryreadinessAWS::Route53RecoveryReadiness::ReadinessCheck