@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:22.648Z") @Stability(value=Experimental) public interface AccessPointAttributes extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
AccessPointAttributes.Builder
A builder for
AccessPointAttributes |
static class |
AccessPointAttributes.Jsii$Proxy
An implementation for
AccessPointAttributes |
| Modifier and Type | Method and Description |
|---|---|
static AccessPointAttributes.Builder |
builder() |
default String |
getAccessPointArn()
(experimental) The ARN of the AccessPoint One of this, of
accessPointId is required. |
default String |
getAccessPointId()
(experimental) The ID of the AccessPoint One of this, of
accessPointArn is required. |
default IFileSystem |
getFileSystem()
(experimental) The EFS filesystem.
|
@Stability(value=Experimental) @Nullable default String getAccessPointArn()
accessPointId is required.
Default: - determined based on accessPointId
@Stability(value=Experimental) @Nullable default String getAccessPointId()
accessPointArn is required.
Default: - determined based on accessPointArn
@Stability(value=Experimental) @Nullable default IFileSystem getFileSystem()
Default: - no EFS filesystem
@Stability(value=Experimental) static AccessPointAttributes.Builder builder()
AccessPointAttributes.Builder of AccessPointAttributesCopyright © 2020. All rights reserved.