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)


6689
6690
6691
6692
6693
6694
# File 'lib/aws-sdk-ecs/types.rb', line 6689

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)


6689
6690
6691
6692
6693
6694
# File 'lib/aws-sdk-ecs/types.rb', line 6689

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