| Package | Description |
|---|---|
| com.amazonaws.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
TaskManagedEBSVolumeConfiguration |
TaskManagedEBSVolumeConfiguration.clone() |
TaskManagedEBSVolumeConfiguration |
TaskVolumeConfiguration.getManagedEBSVolume()
The configuration for the Amazon EBS volume that Amazon ECS creates and manages on your behalf.
|
TaskManagedEBSVolumeConfiguration |
TaskManagedEBSVolumeConfiguration.withEncrypted(Boolean encrypted)
Indicates whether the volume should be encrypted.
|
TaskManagedEBSVolumeConfiguration |
TaskManagedEBSVolumeConfiguration.withFilesystemType(String filesystemType)
The Linux filesystem type for the volume.
|
TaskManagedEBSVolumeConfiguration |
TaskManagedEBSVolumeConfiguration.withFilesystemType(TaskFilesystemType filesystemType)
The Linux filesystem type for the volume.
|
TaskManagedEBSVolumeConfiguration |
TaskManagedEBSVolumeConfiguration.withIops(Integer iops)
The number of I/O operations per second (IOPS).
|
TaskManagedEBSVolumeConfiguration |
TaskManagedEBSVolumeConfiguration.withKmsKeyId(String kmsKeyId)
The Amazon Resource Name (ARN) identifier of the Amazon Web Services Key Management Service key to use for Amazon
EBS encryption.
|
TaskManagedEBSVolumeConfiguration |
TaskManagedEBSVolumeConfiguration.withRoleArn(String roleArn)
The ARN of the IAM role to associate with this volume.
|
TaskManagedEBSVolumeConfiguration |
TaskManagedEBSVolumeConfiguration.withSizeInGiB(Integer sizeInGiB)
The size of the volume in GiB.
|
TaskManagedEBSVolumeConfiguration |
TaskManagedEBSVolumeConfiguration.withSnapshotId(String snapshotId)
The snapshot that Amazon ECS uses to create the volume.
|
TaskManagedEBSVolumeConfiguration |
TaskManagedEBSVolumeConfiguration.withTagSpecifications(Collection<EBSTagSpecification> tagSpecifications)
The tags to apply to the volume.
|
TaskManagedEBSVolumeConfiguration |
TaskManagedEBSVolumeConfiguration.withTagSpecifications(EBSTagSpecification... tagSpecifications)
The tags to apply to the volume.
|
TaskManagedEBSVolumeConfiguration |
TaskManagedEBSVolumeConfiguration.withTerminationPolicy(TaskManagedEBSVolumeTerminationPolicy terminationPolicy)
The termination policy for the volume when the task exits.
|
TaskManagedEBSVolumeConfiguration |
TaskManagedEBSVolumeConfiguration.withThroughput(Integer throughput)
The throughput to provision for a volume, in MiB/s, with a maximum of 1,000 MiB/s.
|
TaskManagedEBSVolumeConfiguration |
TaskManagedEBSVolumeConfiguration.withVolumeType(String volumeType)
The volume type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskVolumeConfiguration.setManagedEBSVolume(TaskManagedEBSVolumeConfiguration managedEBSVolume)
The configuration for the Amazon EBS volume that Amazon ECS creates and manages on your behalf.
|
TaskVolumeConfiguration |
TaskVolumeConfiguration.withManagedEBSVolume(TaskManagedEBSVolumeConfiguration managedEBSVolume)
The configuration for the Amazon EBS volume that Amazon ECS creates and manages on your behalf.
|
Copyright © 2024. All rights reserved.