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 ServerlessCacheConfiguration
The configuration settings for a specific serverless cache.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Engine" :String, "MajorEngineVersion" :String, "ServerlessCacheName" :String}
YAML
Engine:StringMajorEngineVersion:StringServerlessCacheName:String
Properties
Engine-
The engine that the serverless cache is configured with.
Required: No
Type: String
Update requires: No interruption
MajorEngineVersion-
The engine version number that the serverless cache is configured with.
Required: No
Type: String
Update requires: No interruption
ServerlessCacheName-
The identifier of a serverless cache.
Required: No
Type: String
Update requires: No interruption