@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.226Z") @Stability(value=Experimental) public interface EfsVolumeConfiguration extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
EfsVolumeConfiguration.Builder
A builder for
EfsVolumeConfiguration |
static class |
EfsVolumeConfiguration.Jsii$Proxy
An implementation for
EfsVolumeConfiguration |
| Modifier and Type | Method and Description |
|---|---|
static EfsVolumeConfiguration.Builder |
builder() |
default AuthorizationConfig |
getAuthorizationConfig()
(experimental) The authorization configuration details for the Amazon EFS file system.
|
String |
getFileSystemId()
(experimental) The Amazon EFS file system ID to use.
|
default String |
getRootDirectory()
(experimental) The directory within the Amazon EFS file system to mount as the root directory inside the host.
|
default String |
getTransitEncryption()
(experimental) Whether or not to enable encryption for Amazon EFS data in transit between the Amazon ECS host and the Amazon EFS server.
|
default Number |
getTransitEncryptionPort()
(experimental) The port to use when sending encrypted data between the Amazon ECS host and the Amazon EFS server.
|
@Stability(value=Experimental) @NotNull String getFileSystemId()
@Stability(value=Experimental) @Nullable default AuthorizationConfig getAuthorizationConfig()
Default: No configuration.
@Stability(value=Experimental) @Nullable default String getRootDirectory()
Specifying / will have the same effect as omitting this parameter.
Default: The root of the Amazon EFS volume
@Stability(value=Experimental) @Nullable default String getTransitEncryption()
Transit encryption must be enabled if Amazon EFS IAM authorization is used.
Valid values: ENABLED | DISABLED
Default: DISABLED
@Stability(value=Experimental) @Nullable default Number getTransitEncryptionPort()
EFS mount helper uses.
Default: Port selection strategy that the Amazon EFS mount helper uses.
@Stability(value=Experimental) static EfsVolumeConfiguration.Builder builder()
EfsVolumeConfiguration.Builder of EfsVolumeConfigurationCopyright © 2021. All rights reserved.