Class: Aws::ECS::Types::DeploymentEphemeralStorage

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

Overview

The amount of ephemeral storage to allocate for the deployment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_idString

Specify an Key Management Service key ID to encrypt the ephemeral storage for deployment.

Returns:

  • (String)


4007
4008
4009
4010
4011
# File 'lib/aws-sdk-ecs/types.rb', line 4007

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