Class: Aws::ECS::Types::TaskVolumeConfiguration

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

Overview

Configuration settings for the task volume that was ‘configuredAtLaunch` that weren’t set during ‘RegisterTaskDef`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#managed_ebs_volumeTypes::TaskManagedEBSVolumeConfiguration

The configuration for the Amazon EBS volume that Amazon ECS creates and manages on your behalf. These settings are used to create each Amazon EBS volume, with one volume created for each task. The Amazon EBS volumes are visible in your account in the Amazon EC2 console once they are created.



11761
11762
11763
11764
11765
11766
# File 'lib/aws-sdk-ecs/types.rb', line 11761

class TaskVolumeConfiguration < Struct.new(
  :name,
  :managed_ebs_volume)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the volume. This value must match the volume name from the ‘Volume` object in the task definition.

Returns:

  • (String)


11761
11762
11763
11764
11765
11766
# File 'lib/aws-sdk-ecs/types.rb', line 11761

class TaskVolumeConfiguration < Struct.new(
  :name,
  :managed_ebs_volume)
  SENSITIVE = []
  include Aws::Structure
end