AWS::Route53RecoveryReadiness::Cell
Creates a cell in an account.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Route53RecoveryReadiness::Cell", "Properties" : { "CellName" :
String
, "Cells" :[ String, ... ]
, "Tags" :[ Tag, ... ]
} }
YAML
Type: AWS::Route53RecoveryReadiness::Cell Properties: CellName:
String
Cells:- String
Tags:- Tag
Properties
CellName
-
The name of the cell to create.
Required: Yes
Type: String
Update requires: Replacement
Cells
-
A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells. For example, Availability Zones within specific AWS Regions.
Required: No
Type: List of String
Update requires: No interruption
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 CellName
.
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.