/AWS1/CL_ECA=>CREATESERVERLESSCACHESNAP()
¶
About CreateServerlessCacheSnapshot¶
This API creates a copy of an entire ServerlessCache at a specific moment in time. Available for Valkey, Redis OSS and Serverless Memcached only.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_SERVERLESSCACHESNAPNAME
TYPE /AWS1/ECASTRING
/AWS1/ECASTRING
¶
The name for the snapshot being created. Must be unique for the customer account. Available for Valkey, Redis OSS and Serverless Memcached only. Must be between 1 and 255 characters.
IV_SERVERLESSCACHENAME
TYPE /AWS1/ECASTRING
/AWS1/ECASTRING
¶
The name of an existing serverless cache. The snapshot is created from this cache. Available for Valkey, Redis OSS and Serverless Memcached only.
Optional arguments:¶
IV_KMSKEYID
TYPE /AWS1/ECASTRING
/AWS1/ECASTRING
¶
The ID of the KMS key used to encrypt the snapshot. Available for Valkey, Redis OSS and Serverless Memcached only. Default: NULL
IT_TAGS
TYPE /AWS1/CL_ECATAG=>TT_TAGLIST
TT_TAGLIST
¶
A list of tags to be added to the snapshot resource. A tag is a key-value pair. Available for Valkey, Redis OSS and Serverless Memcached only.