Show / Hide Table of Contents

Class AccessPoint

(experimental) Represents the AccessPoint.

Inheritance
System.Object
Construct
Resource
AccessPoint
Implements
IAccessPoint
IResource
IConstruct
Constructs.IConstruct
IDependable
Inherited Members
Resource.IsResource(IConstruct)
Resource.ApplyRemovalPolicy(RemovalPolicy)
Resource.GeneratePhysicalName()
Resource.GetResourceArnAttribute(String, IArnComponents)
Resource.GetResourceNameAttribute(String)
Resource.Env
Resource.PhysicalName
Resource.Stack
Construct.IsConstruct(Object)
Construct.OnPrepare()
Construct.OnSynthesize(ISynthesisSession)
Construct.OnValidate()
Construct.Prepare()
Construct.Synthesize(ISynthesisSession)
Construct.Validate()
Construct.Node
Namespace: Amazon.CDK.AWS.EFS
Assembly: Amazon.CDK.AWS.EFS.dll
Syntax (csharp)
public class AccessPoint : Resource, IAccessPoint, IResource, IConstruct, IConstruct, IDependable
Syntax (vb)
Public Class AccessPoint
    Inherits Resource
    Implements IAccessPoint, IResource, IConstruct, IConstruct, IDependable
Remarks

Stability: Experimental

Synopsis

Constructors

AccessPoint(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

AccessPoint(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

AccessPoint(Construct, String, IAccessPointProps)

Properties

AccessPointArn

(experimental) The ARN of the Access Point.

AccessPointId

(experimental) The ID of the Access Point.

FileSystem

(experimental) The file system of the access point.

Methods

FromAccessPointAttributes(Construct, String, IAccessPointAttributes)

(experimental) Import an existing Access Point by attributes.

FromAccessPointId(Construct, String, String)

(experimental) Import an existing Access Point by id.

Constructors

AccessPoint(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

protected AccessPoint(ByRefValue reference)
Parameters
reference Amazon.JSII.Runtime.Deputy.ByRefValue

The Javascript-owned object reference

AccessPoint(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

protected AccessPoint(DeputyBase.DeputyProps props)
Parameters
props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps

The deputy props

AccessPoint(Construct, String, IAccessPointProps)

public AccessPoint(Construct scope, string id, IAccessPointProps props)
Parameters
scope Constructs.Construct
id System.String
props IAccessPointProps
Remarks

Stability: Experimental

Properties

AccessPointArn

(experimental) The ARN of the Access Point.

public virtual string AccessPointArn { get; }
Property Value

System.String

Remarks

Stability: Experimental

Attribute: true

AccessPointId

(experimental) The ID of the Access Point.

public virtual string AccessPointId { get; }
Property Value

System.String

Remarks

Stability: Experimental

Attribute: true

FileSystem

(experimental) The file system of the access point.

public virtual IFileSystem FileSystem { get; }
Property Value

IFileSystem

Remarks

Stability: Experimental

Methods

FromAccessPointAttributes(Construct, String, IAccessPointAttributes)

(experimental) Import an existing Access Point by attributes.

public static IAccessPoint FromAccessPointAttributes(Construct scope, string id, IAccessPointAttributes attrs)
Parameters
scope Constructs.Construct
id System.String
attrs IAccessPointAttributes
Returns

IAccessPoint

Remarks

Stability: Experimental

FromAccessPointId(Construct, String, String)

(experimental) Import an existing Access Point by id.

public static IAccessPoint FromAccessPointId(Construct scope, string id, string accessPointId)
Parameters
scope Constructs.Construct
id System.String
accessPointId System.String
Returns

IAccessPoint

Remarks

Stability: Experimental

Implements

IAccessPoint
IResource
IConstruct
Constructs.IConstruct
IDependable
Back to top Generated by DocFX