@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.339Z") @Stability(value=Experimental) public class AccessPoint extends Resource implements IAccessPoint
| Modifier and Type | Class and Description |
|---|---|
static class |
AccessPoint.Builder
(experimental) 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)
(experimental) Import an existing Access Point by attributes.
|
static IAccessPoint |
fromAccessPointId(software.constructs.Construct scope,
String id,
String accessPointId)
(experimental) Import an existing Access Point by id.
|
String |
getAccessPointArn()
(experimental) The ARN of the Access Point.
|
String |
getAccessPointId()
(experimental) The ID of the Access Point.
|
IFileSystem |
getFileSystem()
(experimental) The file system of the access point.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected AccessPoint(software.amazon.jsii.JsiiObjectRef objRef)
protected AccessPoint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
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=Experimental) @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=Experimental) @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=Experimental) @NotNull public String getAccessPointArn()
getAccessPointArn in interface IAccessPoint@Stability(value=Experimental) @NotNull public String getAccessPointId()
getAccessPointId in interface IAccessPoint@Stability(value=Experimental) @NotNull public IFileSystem getFileSystem()
getFileSystem in interface IAccessPointCopyright © 2021. All rights reserved.