AWS::Route53RecoveryReadiness::RecoveryGroup - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Route53RecoveryReadiness::RecoveryGroup

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 in the Amazon Route 53 Application Recovery Controller Developer Guide.

Route 53 ARC Readiness supports us-east-1 and us-west-2 Amazon Web Services Regions only.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::Route53RecoveryReadiness::RecoveryGroup", "Properties" : { "Cells" : [ String, ... ], "RecoveryGroupName" : String, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::Route53RecoveryReadiness::RecoveryGroup Properties: Cells: - String RecoveryGroupName: String Tags: - Tag

Properties

Cells

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

Required: No

Type: Array of String

Minimum: 1

Maximum: 256 | 5

Update requires: No interruption

RecoveryGroupName

The name of the recovery group to create.

Required: No

Type: String

Pattern: [a-zA-Z0-9_]+

Minimum: 1

Maximum: 64

Update requires: Replacement

Tags

A collection of tags associated with a resource.

Required: No

Type: Array of Tag

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the RecoveryGroupName.

For more information about using the Ref function, see Ref.

Fn::GetAtt

The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.

RecoveryGroupArn

The Amazon Resource Name (ARN) of the recovery group.