@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.847Z") @Stability(value=Stable) public class AccessPoint extends Resource implements IAccessPoint
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 | Class and Description |
|---|---|
static class |
AccessPoint.Builder
A fluent builder for
AccessPoint. |
software.amazon.jsii.JsiiObject.InitializationModeIAccessPoint.Jsii$Default, IAccessPoint.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
AccessPoint(software.constructs.Construct scope,
String id,
AccessPointProps props) |
protected |
AccessPoint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
AccessPoint(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static IAccessPoint |
fromAccessPointAttributes(software.constructs.Construct scope,
String id,
AccessPointAttributes attrs)
Import an existing Access Point by attributes.
|
static IAccessPoint |
fromAccessPointId(software.constructs.Construct scope,
String id,
String accessPointId)
Import an existing Access Point by id.
|
String |
getAccessPointArn()
The ARN of the Access Point.
|
String |
getAccessPointId()
The ID of the Access Point.
|
IFileSystem |
getFileSystem()
The file system of the access point.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isOwnedResource, isResourcejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplyRemovalPolicy, getEnv, getStackprotected AccessPoint(software.amazon.jsii.JsiiObjectRef objRef)
protected AccessPoint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public AccessPoint(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
AccessPointProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Stable) @NotNull public static IAccessPoint fromAccessPointAttributes(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull AccessPointAttributes attrs)
scope - This parameter is required.id - This parameter is required.attrs - This parameter is required.@Stability(value=Stable) @NotNull public static IAccessPoint fromAccessPointId(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String accessPointId)
scope - This parameter is required.id - This parameter is required.accessPointId - This parameter is required.@Stability(value=Stable) @NotNull public String getAccessPointArn()
getAccessPointArn in interface IAccessPoint@Stability(value=Stable) @NotNull public String getAccessPointId()
getAccessPointId in interface IAccessPoint@Stability(value=Stable) @NotNull public IFileSystem getFileSystem()
getFileSystem in interface IAccessPointCopyright © 2022. All rights reserved.