AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Route53RecoveryReadiness::RecoveryGroup

CfnRecoveryGroup

Creates 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

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnRecoveryGroupProps.

cellsOptional
string[]

A list of the cell Amazon Resource Names (ARNs) in the recovery group.

recoveryGroupNameOptional
string

The name of the recovery group to create.

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::RecoveryGroup
Properties3

External Links