@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.340Z") @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, or
accessPointId is required. |
default String |
getAccessPointId()
(experimental) The ID of the AccessPoint One of this, or
accessPointArn is required. |
default IFileSystem |
getFileSystem()
(experimental) The EFS file system.
|
@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 file system
@Stability(value=Experimental) static AccessPointAttributes.Builder builder()
AccessPointAttributes.Builder of AccessPointAttributesCopyright © 2021. All rights reserved.