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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/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 Redis only.

Returns:

  • (String)


1522
1523
1524
1525
1526
1527
1528
1529
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 1522

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 Redis only.

Returns:

  • (String)


1522
1523
1524
1525
1526
1527
1528
1529
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 1522

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 Redis only. Default: NULL

Returns:



1522
1523
1524
1525
1526
1527
1528
1529
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 1522

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 Redis only.

Returns:

  • (String)


1522
1523
1524
1525
1526
1527
1528
1529
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 1522

class CopyServerlessCacheSnapshotRequest < Struct.new(
  :source_serverless_cache_snapshot_name,
  :target_serverless_cache_snapshot_name,
  :kms_key_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end