View a markdown version of this page

AWS::ElastiCache::ServerlessCacheSnapshot - AWS CloudFormation

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::ElastiCache::ServerlessCacheSnapshot

The resource representing a serverless cache snapshot. Available for Valkey, Redis OSS and Serverless Memcached only.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::ElastiCache::ServerlessCacheSnapshot", "Properties" : { "KmsKeyId" : String, "ServerlessCacheName" : String, "ServerlessCacheSnapshotName" : String, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::ElastiCache::ServerlessCacheSnapshot Properties: KmsKeyId: String ServerlessCacheName: String ServerlessCacheSnapshotName: String Tags: - Tag

Properties

KmsKeyId

The ID of the AWS Key Management Service (KMS) key of a serverless cache snapshot. Available for Valkey, Redis OSS and Serverless Memcached only.

Required: No

Type: String

Maximum: 2048

Update requires: Replacement

ServerlessCacheName

Property description not available.

Required: Yes

Type: String

Pattern: ^[a-z][a-z0-9]*(-[a-z0-9]+)*$

Minimum: 1

Maximum: 255

Update requires: Replacement

ServerlessCacheSnapshotName

The identifier of a serverless cache snapshot. Available for Valkey, Redis OSS and Serverless Memcached only.

Required: Yes

Type: String

Pattern: ^[a-z][a-z0-9]*(-[a-z0-9]+)*$

Minimum: 1

Maximum: 255

Update requires: Replacement

Tags

Property description not available.

Required: No

Type: Array of Tag

Update requires: No interruption

Return values

Ref

Fn::GetAtt

ARN

The Amazon Resource Name (ARN) of a serverless cache snapshot. Available for Valkey, Redis OSS and Serverless Memcached only.

BytesUsedForCache

The total size of a serverless cache snapshot, in bytes. Available for Valkey, Redis OSS and Serverless Memcached only.

CreateTime

The date and time that the source serverless cache's metadata and cache data set was obtained for the snapshot. Available for Valkey, Redis OSS and Serverless Memcached only.

SnapshotType

The type of snapshot of serverless cache. Available for Valkey, Redis OSS and Serverless Memcached only.

Status

The current status of the serverless cache. Available for Valkey, Redis OSS and Serverless Memcached only.