View a markdown version of this page

AWS::RedshiftServerless::RecoveryPoint - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon 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: 3

Maximum: 64

Update requires: Replacement

Return values

Ref

Fn::GetAtt

Arn

Property 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.

Tags

Property description not available.

TotalSizeInMegaBytes

The total size of the data in the recovery point in megabytes.