Class: Aws::ECS::Types::ManagedStorageConfiguration

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

Overview

The managed storage configuration for the cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fargate_ephemeral_storage_kms_key_idString

Specify the Key Management Service key ID for the Fargate ephemeral storage.

Returns:

  • (String)


7167
7168
7169
7170
7171
7172
# File 'lib/aws-sdk-ecs/types.rb', line 7167

class ManagedStorageConfiguration < Struct.new(
  :kms_key_id,
  :fargate_ephemeral_storage_kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_idString

Specify a Key Management Service key ID to encrypt the managed storage.

Returns:

  • (String)


7167
7168
7169
7170
7171
7172
# File 'lib/aws-sdk-ecs/types.rb', line 7167

class ManagedStorageConfiguration < Struct.new(
  :kms_key_id,
  :fargate_ephemeral_storage_kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end