This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::RedshiftServerless::RecoveryPoint
The automatically created recovery point of a namespace. Recovery points are created every 30 minutes and kept for 24 hours.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::RedshiftServerless::RecoveryPoint", "Properties" : { "NamespaceName" :String} }
YAML
Type: AWS::RedshiftServerless::RecoveryPoint Properties: NamespaceName:String
Properties
NamespaceName-
The name of the namespace the recovery point is associated with.
Required: No
Type: String
Pattern:
^[a-z0-9-]+$Minimum:
3Maximum:
64Update requires: Replacement
Return values
Ref
Fn::GetAtt
ArnProperty description not available.
NamespaceArn-
The Amazon Resource Name (ARN) of the namespace the recovery point is associated with.
RecoveryPointCreateTime-
The time the recovery point is created.
RecoveryPointId-
The unique identifier of the recovery point.
TagsProperty description not available.
TotalSizeInMegaBytes-
The total size of the data in the recovery point in megabytes.