@Stability(value=Experimental) @Internal public static final class EfsVolumeConfiguration.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EfsVolumeConfiguration
EfsVolumeConfigurationsoftware.amazon.jsii.JsiiObject.InitializationModeEfsVolumeConfiguration.Builder, EfsVolumeConfiguration.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String fileSystemId,
AuthorizationConfig authorizationConfig,
String rootDirectory,
String transitEncryption,
Number transitEncryptionPort)
Constructor that initializes the object based on literal property values passed by the
EfsVolumeConfiguration.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
AuthorizationConfig |
getAuthorizationConfig()
(experimental) The authorization configuration details for the Amazon EFS file system.
|
String |
getFileSystemId()
(experimental) The Amazon EFS file system ID to use.
|
String |
getRootDirectory()
(experimental) The directory within the Amazon EFS file system to mount as the root directory inside the host.
|
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.
|
Number |
getTransitEncryptionPort()
(experimental) The port to use when sending encrypted data between the Amazon ECS host and the Amazon EFS server.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(String fileSystemId, AuthorizationConfig authorizationConfig, String rootDirectory, String transitEncryption, Number transitEncryptionPort)
EfsVolumeConfiguration.Builder.public final String getFileSystemId()
EfsVolumeConfigurationgetFileSystemId in interface EfsVolumeConfigurationpublic final AuthorizationConfig getAuthorizationConfig()
EfsVolumeConfigurationDefault: No configuration.
getAuthorizationConfig in interface EfsVolumeConfigurationpublic final String getRootDirectory()
EfsVolumeConfigurationSpecifying / will have the same effect as omitting this parameter.
Default: The root of the Amazon EFS volume
getRootDirectory in interface EfsVolumeConfigurationpublic final String getTransitEncryption()
EfsVolumeConfigurationTransit encryption must be enabled if Amazon EFS IAM authorization is used.
Valid values: ENABLED | DISABLED
Default: DISABLED
getTransitEncryption in interface EfsVolumeConfigurationpublic final Number getTransitEncryptionPort()
EfsVolumeConfigurationEFS mount helper uses.
Default: Port selection strategy that the Amazon EFS mount helper uses.
getTransitEncryptionPort in interface EfsVolumeConfiguration@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.