Class: Aws::ElastiCache::Types::CopyServerlessCacheSnapshotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::CopyServerlessCacheSnapshotRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticache/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kms_key_id ⇒ String
The identifier of the KMS key used to encrypt the target snapshot.
-
#source_serverless_cache_snapshot_name ⇒ String
The identifier of the existing serverless cache’s snapshot to be copied.
-
#tags ⇒ Array<Types::Tag>
A list of tags to be added to the target snapshot resource.
-
#target_serverless_cache_snapshot_name ⇒ String
The identifier for the snapshot to be created.
Instance Attribute Details
#kms_key_id ⇒ String
The identifier of the KMS key used to encrypt the target snapshot. Available for Valkey, Redis OSS and Serverless Memcached only.
1521 1522 1523 1524 1525 1526 1527 1528 |
# File 'lib/aws-sdk-elasticache/types.rb', line 1521 class CopyServerlessCacheSnapshotRequest < Struct.new( :source_serverless_cache_snapshot_name, :target_serverless_cache_snapshot_name, :kms_key_id, :tags) SENSITIVE = [] include Aws::Structure end |
#source_serverless_cache_snapshot_name ⇒ String
The identifier of the existing serverless cache’s snapshot to be copied. Available for Valkey, Redis OSS and Serverless Memcached only.
1521 1522 1523 1524 1525 1526 1527 1528 |
# File 'lib/aws-sdk-elasticache/types.rb', line 1521 class CopyServerlessCacheSnapshotRequest < Struct.new( :source_serverless_cache_snapshot_name, :target_serverless_cache_snapshot_name, :kms_key_id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of tags to be added to the target snapshot resource. A tag is a key-value pair. Available for Valkey, Redis OSS and Serverless Memcached only. Default: NULL
1521 1522 1523 1524 1525 1526 1527 1528 |
# File 'lib/aws-sdk-elasticache/types.rb', line 1521 class CopyServerlessCacheSnapshotRequest < Struct.new( :source_serverless_cache_snapshot_name, :target_serverless_cache_snapshot_name, :kms_key_id, :tags) SENSITIVE = [] include Aws::Structure end |
#target_serverless_cache_snapshot_name ⇒ String
The identifier for the snapshot to be created. Available for Valkey, Redis OSS and Serverless Memcached only.
1521 1522 1523 1524 1525 1526 1527 1528 |
# File 'lib/aws-sdk-elasticache/types.rb', line 1521 class CopyServerlessCacheSnapshotRequest < Struct.new( :source_serverless_cache_snapshot_name, :target_serverless_cache_snapshot_name, :kms_key_id, :tags) SENSITIVE = [] include Aws::Structure end |