Class: Aws::ElastiCache::Types::CreateServerlessCacheSnapshotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::CreateServerlessCacheSnapshotRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticache/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kms_key_id ⇒ String
The ID of the KMS key used to encrypt the snapshot.
-
#serverless_cache_name ⇒ String
The name of an existing serverless cache.
-
#serverless_cache_snapshot_name ⇒ String
The name for the snapshot being created.
-
#tags ⇒ Array<Types::Tag>
A list of tags to be added to the snapshot resource.
Instance Attribute Details
#kms_key_id ⇒ String
The ID of the KMS key used to encrypt the snapshot. Available for Valkey, Redis OSS and Serverless Memcached only. Default: NULL
3012 3013 3014 3015 3016 3017 3018 3019 |
# File 'lib/aws-sdk-elasticache/types.rb', line 3012 class CreateServerlessCacheSnapshotRequest < Struct.new( :serverless_cache_snapshot_name, :serverless_cache_name, :kms_key_id, :tags) SENSITIVE = [] include Aws::Structure end |
#serverless_cache_name ⇒ String
The name of an existing serverless cache. The snapshot is created from this cache. Available for Valkey, Redis OSS and Serverless Memcached only.
3012 3013 3014 3015 3016 3017 3018 3019 |
# File 'lib/aws-sdk-elasticache/types.rb', line 3012 class CreateServerlessCacheSnapshotRequest < Struct.new( :serverless_cache_snapshot_name, :serverless_cache_name, :kms_key_id, :tags) SENSITIVE = [] include Aws::Structure end |
#serverless_cache_snapshot_name ⇒ String
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.
3012 3013 3014 3015 3016 3017 3018 3019 |
# File 'lib/aws-sdk-elasticache/types.rb', line 3012 class CreateServerlessCacheSnapshotRequest < Struct.new( :serverless_cache_snapshot_name, :serverless_cache_name, :kms_key_id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
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.
3012 3013 3014 3015 3016 3017 3018 3019 |
# File 'lib/aws-sdk-elasticache/types.rb', line 3012 class CreateServerlessCacheSnapshotRequest < Struct.new( :serverless_cache_snapshot_name, :serverless_cache_name, :kms_key_id, :tags) SENSITIVE = [] include Aws::Structure end |