AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Route53RecoveryReadiness::ReadinessCheck

CfnReadinessCheck

Creates 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

import { CfnReadinessCheck } from 'aws-cdk-lib/aws-route53recoveryreadiness';

Or use the module namespace:

import * as route53recoveryreadiness from 'aws-cdk-lib/aws-route53recoveryreadiness';
// route53recoveryreadiness.CfnReadinessCheck

Properties

Configuration passed to the constructor as CfnReadinessCheckProps.

readinessCheckNameOptional
string

The name of the readiness check to create.

resourceSetNameOptional
string

The name of the resource set to check.

tagsOptional
CfnTag[]

A collection of tags associated with a resource.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-route53recoveryreadiness
CFN TypeAWS::Route53RecoveryReadiness::ReadinessCheck
Properties3

External Links