@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.848Z") @Stability(value=Stable) public interface AccessPointAttributes extends software.amazon.jsii.JsiiSerializable
Example:
AccessPoint.fromAccessPointAttributes(this, "ap", AccessPointAttributes.builder()
.accessPointId("fsap-1293c4d9832fo0912")
.fileSystem(FileSystem.fromFileSystemAttributes(this, "efs", FileSystemAttributes.builder()
.fileSystemId("fs-099d3e2f")
.securityGroup(SecurityGroup.fromSecurityGroupId(this, "sg", "sg-51530134"))
.build()))
.build());
| 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()
The ARN of the AccessPoint One of this, or
accessPointId is required. |
default String |
getAccessPointId()
The ID of the AccessPoint One of this, or
accessPointArn is required. |
default IFileSystem |
getFileSystem()
The EFS file system.
|
@Stability(value=Stable) @Nullable default String getAccessPointArn()
accessPointId is required.
Default: - determined based on accessPointId
@Stability(value=Stable) @Nullable default String getAccessPointId()
accessPointArn is required.
Default: - determined based on accessPointArn
@Stability(value=Stable) @Nullable default IFileSystem getFileSystem()
Default: - no EFS file system
@Stability(value=Stable) static AccessPointAttributes.Builder builder()
AccessPointAttributes.Builder of AccessPointAttributesCopyright © 2022. All rights reserved.