AWS::Route53RecoveryReadiness::ReadinessCheck
Creates a readiness check in an account. A readiness check monitors a resource set in your application, such as a set of Amazon Aurora instances, that Application Recovery Controller is auditing recovery readiness for. The audits run once every minute on every resource that's associated with a readiness check.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Route53RecoveryReadiness::ReadinessCheck", "Properties" : { "ReadinessCheckName" :
String
, "ResourceSetName" :String
, "Tags" :[ Tag, ... ]
} }
YAML
Type: AWS::Route53RecoveryReadiness::ReadinessCheck Properties: ReadinessCheckName:
String
ResourceSetName:String
Tags:- Tag
Properties
ReadinessCheckName
-
The name of the readiness check to create.
Required: Yes
Type: String
Update requires: Replacement
ResourceSetName
-
The name of the resource set to check.
Required: No
Type: 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 ReadinessCheckName
.
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.