AWS::Route53RecoveryControl::Cluster
Returns an array of all the clusters in an account.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Route53RecoveryControl::Cluster", "Properties" : { "Name" :
String
, "Tags" :[ Tag, ... ]
} }
Properties
Name
-
Name of the cluster. You can use any non-white space character in the name.
Required: No
Type: String
Update requires: Replacement
Tags
-
The value for a tag.
Required: No
Type: List of Tag
Update requires: Replacement
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref
function, Ref
returns the ClusterArn
object.
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.