AWS::Route53RecoveryReadiness::RecoveryGroup
Creates a recovery group in an account. A recovery group corresponds to an application and includes a list of the cells that make up the application.
Syntax
To declare this entity in your AWS 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: List of String
Update requires: No interruption
RecoveryGroupName
-
The name of the recovery group to create.
Required: Yes
Type: String
Update requires: Replacement
Tags
-
A collection of tags associated with a resource.
Required: No
Type: List 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.