Modifier and Type | Class and Description |
---|---|
static class |
Volume.Jsii$Proxy
An implementation for
Volume |
Modifier and Type | Method and Description |
---|---|
Volume |
Volume.Builder.build()
Builds the configured instance.
|
Modifier and Type | Method and Description |
---|---|
List<Volume> |
FargateTaskDefinitionProps.Jsii$Proxy.getVolumes() |
default List<Volume> |
CommonTaskDefinitionProps.getVolumes()
The list of volume definitions for the task.
|
List<Volume> |
CommonTaskDefinitionProps.Jsii$Proxy.getVolumes() |
List<Volume> |
Ec2TaskDefinitionProps.Jsii$Proxy.getVolumes() |
List<Volume> |
TaskDefinitionProps.Jsii$Proxy.getVolumes() |
Modifier and Type | Method and Description |
---|---|
void |
TaskDefinition.addVolume(Volume volume)
Adds a volume to the task definition.
|
Modifier and Type | Method and Description |
---|---|
Ec2TaskDefinition.Builder |
Ec2TaskDefinition.Builder.volumes(List<? extends Volume> volumes)
The list of volume definitions for the task.
|
TaskDefinition.Builder |
TaskDefinition.Builder.volumes(List<? extends Volume> volumes)
The list of volume definitions for the task.
|
FargateTaskDefinition.Builder |
FargateTaskDefinition.Builder.volumes(List<? extends Volume> volumes)
The list of volume definitions for the task.
|
FargateTaskDefinitionProps.Builder |
FargateTaskDefinitionProps.Builder.volumes(List<? extends Volume> volumes)
Sets the value of
CommonTaskDefinitionProps.getVolumes() |
CommonTaskDefinitionProps.Builder |
CommonTaskDefinitionProps.Builder.volumes(List<? extends Volume> volumes)
Sets the value of
CommonTaskDefinitionProps.getVolumes() |
Ec2TaskDefinitionProps.Builder |
Ec2TaskDefinitionProps.Builder.volumes(List<? extends Volume> volumes)
Sets the value of
CommonTaskDefinitionProps.getVolumes() |
TaskDefinitionProps.Builder |
TaskDefinitionProps.Builder.volumes(List<? extends Volume> volumes)
Sets the value of
CommonTaskDefinitionProps.getVolumes() |
Constructor and Description |
---|
Jsii$Proxy(Compatibility compatibility,
String cpu,
IpcMode ipcMode,
String memoryMiB,
NetworkMode networkMode,
PidMode pidMode,
List<? extends PlacementConstraint> placementConstraints,
IRole executionRole,
String family,
ProxyConfiguration proxyConfiguration,
IRole taskRole,
List<? extends Volume> volumes)
Constructor that initializes the object based on literal property values passed by the
TaskDefinitionProps.Builder . |
Jsii$Proxy(IpcMode ipcMode,
NetworkMode networkMode,
PidMode pidMode,
List<? extends PlacementConstraint> placementConstraints,
IRole executionRole,
String family,
ProxyConfiguration proxyConfiguration,
IRole taskRole,
List<? extends Volume> volumes)
Constructor that initializes the object based on literal property values passed by the
Ec2TaskDefinitionProps.Builder . |
Jsii$Proxy(IRole executionRole,
String family,
ProxyConfiguration proxyConfiguration,
IRole taskRole,
List<? extends Volume> volumes)
Constructor that initializes the object based on literal property values passed by the
CommonTaskDefinitionProps.Builder . |
Jsii$Proxy(Number cpu,
Number memoryLimitMiB,
IRole executionRole,
String family,
ProxyConfiguration proxyConfiguration,
IRole taskRole,
List<? extends Volume> volumes)
Constructor that initializes the object based on literal property values passed by the
FargateTaskDefinitionProps.Builder . |
Copyright © 2020. All rights reserved.