@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-25T18:29:04.210Z")
public interface AccessPointAttributes
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 java.lang.String |
getAccessPointArn()
The ARN of the AccessPoint One of this, or
accessPointId is required. |
default java.lang.String |
getAccessPointId()
The ID of the AccessPoint One of this, or
accessPointArn is required. |
default IFileSystem |
getFileSystem()
The EFS file system.
|
default java.lang.String getAccessPointArn()
accessPointId
is required.
Default: - determined based on accessPointId
default java.lang.String getAccessPointId()
accessPointArn
is required.
Default: - determined based on accessPointArn
default IFileSystem getFileSystem()
Default: - no EFS file system
static AccessPointAttributes.Builder builder()
AccessPointAttributes.Builder
of AccessPointAttributes