AWS::Route53RecoveryReadiness::RecoveryGroupCreates a recovery group in Amazon Route 53 Application Recovery Controller. A recovery group represents your application. It typically consists of two or more cells that are replicas of each other in terms of resources and functionality, so that you can fail over from one to the other, for example, from one Region to another. You create recovery groups so you can use readiness checks to audit resources in your application. For more information, see [Readiness checks, resource sets, and readiness scopes](https://docs.aws.amazon.com/r53recovery/latest/dg/recovery-readiness.recovery-groups.readiness-scope.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 { CfnRecoveryGroup } from 'aws-cdk-lib/aws-route53recoveryreadiness';Or use the module namespace:
import * as route53recoveryreadiness from 'aws-cdk-lib/aws-route53recoveryreadiness';
// route53recoveryreadiness.CfnRecoveryGroupConfiguration passed to the constructor as CfnRecoveryGroupProps.
cellsOptionalstring[]A list of the cell Amazon Resource Names (ARNs) in the recovery group.
recoveryGroupNameOptionalstringThe name of the recovery group to create.
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::RecoveryGroup