AWS::RedshiftServerless::RecoveryPointRepresents an automatically created recovery point for an Amazon Redshift Serverless namespace. Recovery points are created every 30 minutes and kept for 24 hours.
1 configurable property. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
NamespaceName | string | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the recovery point. |
NamespaceArn | string | The Amazon Resource Name (ARN) of the namespace the recovery point is associated with. |
RecoveryPointCreateTime | string | The time the recovery point was created, in ISO 8601 format. |
RecoveryPointId | string | The unique identifier of the recovery point. |
Tags | Array<Tag> | The list of tags associated with the recovery point. |
TotalSizeInMegaBytes | number | The total size of the data in the recovery point in megabytes. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::RedshiftServerless::RecoveryPoint
Resources:
MyResource:
Type: AWS::RedshiftServerless::RecoveryPoint
Properties:Permissions CloudFormation needs in your IAM role to manage this resource.
redshift-serverless:GetRecoveryPointredshift-serverless:ListTagsForResourceredshift-serverless:ListRecoveryPointsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NamespaceName