Show / Hide Table of Contents

Interface IAccessPoint

Represents an EFS AccessPoint.

Inherited Members
IAccessPointRef.AccessPointRef
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IEnvironmentAware.Env
Namespace: Amazon.CDK.AWS.EFS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAccessPoint : IAccessPointRef, IResource, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IAccessPoint Inherits IAccessPointRef, IResource, IConstruct, IDependable, IEnvironmentAware

Synopsis

Properties

AccessPointArn

The ARN of the AccessPoint.

AccessPointId

The ID of the AccessPoint.

FileSystem

The EFS file system.

Properties

AccessPointArn

The ARN of the AccessPoint.

string AccessPointArn { get; }
Property Value

string

Remarks

Attribute: true

AccessPointId

The ID of the AccessPoint.

string AccessPointId { get; }
Property Value

string

Remarks

Attribute: true

FileSystem

The EFS file system.

IFileSystem FileSystem { get; }
Property Value

IFileSystem

Back to top Generated by DocFX