@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:53.038Z") @Stability(value=Experimental) public interface EfsFileSystemLocationProps extends software.amazon.jsii.JsiiSerializable
EfsFileSystemLocation.| Modifier and Type | Interface and Description |
|---|---|
static class |
EfsFileSystemLocationProps.Builder
A builder for
EfsFileSystemLocationProps |
static class |
EfsFileSystemLocationProps.Jsii$Proxy
An implementation for
EfsFileSystemLocationProps |
| Modifier and Type | Method and Description |
|---|---|
static EfsFileSystemLocationProps.Builder |
builder() |
String |
getIdentifier()
(experimental) The name used to access a file system created by Amazon EFS.
|
String |
getLocation()
(experimental) A string that specifies the location of the file system, like Amazon EFS.
|
default String |
getMountOptions()
(experimental) The mount options for a file system such as Amazon EFS.
|
String |
getMountPoint()
(experimental) The location in the container where you mount the file system.
|
@Stability(value=Experimental) @NotNull String getIdentifier()
@Stability(value=Experimental) @NotNull String getLocation()
Example:
// Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826 'fs-abcd1234.efs.us-west-2.amazonaws.com:/my-efs-mount-directory'.get();
@Stability(value=Experimental) @NotNull String getMountPoint()
@Stability(value=Experimental) @Nullable default String getMountOptions()
Default: 'nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2'.
@Stability(value=Experimental) static EfsFileSystemLocationProps.Builder builder()
EfsFileSystemLocationProps.Builder of EfsFileSystemLocationPropsCopyright © 2021. All rights reserved.