AWS Fundamentals Logo
AWS Fundamentals
AWS::RedshiftServerless::RecoveryPoint

RedshiftServerless RecoveryPoint

Represents an automatically created recovery point for an Amazon Redshift Serverless namespace. Recovery points are created every 30 minutes and kept for 24 hours.

Properties

1 configurable property. Click a row to see details.

Filter:
PropertyTypeFlags
NamespaceName
string
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) of the recovery point.
NamespaceArnstringThe Amazon Resource Name (ARN) of the namespace the recovery point is associated with.
RecoveryPointCreateTimestringThe time the recovery point was created, in ISO 8601 format.
RecoveryPointIdstringThe unique identifier of the recovery point.
TagsArray<Tag>The list of tags associated with the recovery point.
TotalSizeInMegaBytesnumberThe total size of the data in the recovery point in megabytes.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::RedshiftServerless::RecoveryPoint

Resources:
  MyResource:
    Type: AWS::RedshiftServerless::RecoveryPoint
    Properties:

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

read

redshift-serverless:GetRecoveryPointredshift-serverless:ListTagsForResource

list

redshift-serverless:ListRecoveryPoints

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceRedshiftServerless
Properties7
Required0
TaggingSupported
Primary IDArn

Supported Operations

ReadList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

NamespaceName

External Links