Class: Aws::ElastiCache::Types::CopyServerlessCacheSnapshotRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticache/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_idString

The identifier of the KMS key used to encrypt the target snapshot. Available for Valkey, Redis OSS and Serverless Memcached only.

Returns:

  • (String)


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_nameString

The identifier of the existing serverless cache’s snapshot to be copied. Available for Valkey, Redis OSS and Serverless Memcached only.

Returns:

  • (String)


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

#tagsArray<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

Returns:



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_nameString

The identifier for the snapshot to be created. Available for Valkey, Redis OSS and Serverless Memcached only.

Returns:

  • (String)


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