Class: Aws::ElastiCache::Types::CreateServerlessCacheSnapshotRequest

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 ID of the KMS key used to encrypt the snapshot. Available for Redis only. Default: NULL

Returns:

  • (String)


3010
3011
3012
3013
3014
3015
3016
3017
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3010

class CreateServerlessCacheSnapshotRequest < Struct.new(
  :serverless_cache_snapshot_name,
  :serverless_cache_name,
  :kms_key_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#serverless_cache_nameString

The name of an existing serverless cache. The snapshot is created from this cache. Available for Redis only.

Returns:

  • (String)


3010
3011
3012
3013
3014
3015
3016
3017
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3010

class CreateServerlessCacheSnapshotRequest < Struct.new(
  :serverless_cache_snapshot_name,
  :serverless_cache_name,
  :kms_key_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#serverless_cache_snapshot_nameString

The name for the snapshot being created. Must be unique for the customer account. Available for Redis only. Must be between 1 and 255 characters.

Returns:

  • (String)


3010
3011
3012
3013
3014
3015
3016
3017
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3010

class CreateServerlessCacheSnapshotRequest < Struct.new(
  :serverless_cache_snapshot_name,
  :serverless_cache_name,
  :kms_key_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of tags to be added to the snapshot resource. A tag is a key-value pair. Available for Redis only.

Returns:



3010
3011
3012
3013
3014
3015
3016
3017
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3010

class CreateServerlessCacheSnapshotRequest < Struct.new(
  :serverless_cache_snapshot_name,
  :serverless_cache_name,
  :kms_key_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end