| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
EfsVolumeConfiguration.Jsii$Proxy
An implementation for
EfsVolumeConfiguration |
| Modifier and Type | Method and Description |
|---|---|
EfsVolumeConfiguration |
EfsVolumeConfiguration.Builder.build()
Builds the configured instance.
|
default EfsVolumeConfiguration |
Volume.getEfsVolumeConfiguration()
(experimental) This property is specified when you are using Amazon EFS.
|
EfsVolumeConfiguration |
Volume.Jsii$Proxy.getEfsVolumeConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Volume.Builder |
Volume.Builder.efsVolumeConfiguration(EfsVolumeConfiguration efsVolumeConfiguration)
Sets the value of
Volume.getEfsVolumeConfiguration() |
| Constructor and Description |
|---|
Jsii$Proxy(String name,
DockerVolumeConfiguration dockerVolumeConfiguration,
EfsVolumeConfiguration efsVolumeConfiguration,
Host host)
Constructor that initializes the object based on literal property values passed by the
Volume.Builder. |
Copyright © 2021. All rights reserved.