Show / Hide Table of Contents

Namespace Amazon.CDK.AWS.EFS

Classes

AccessPoint

Represents the AccessPoint.

AccessPointAttributes

Attributes that can be specified when importing an AccessPoint.

AccessPointOptions

Options to create an AccessPoint.

AccessPointProps

Properties for the AccessPoint.

Acl

Permissions as POSIX ACL.

CfnAccessPoint

The AWS::EFS::AccessPoint resource creates an EFS access point.

CfnAccessPoint.AccessPointTagProperty

A tag is a key-value pair attached to a file system.

CfnAccessPoint.CreationInfoProperty

Required if the RootDirectory > Path specified does not exist.

CfnAccessPoint.PosixUserProperty

The full POSIX identity, including the user ID, group ID, and any secondary group IDs, on the access point that is used for all file system operations performed by NFS clients using the access point.

CfnAccessPoint.RootDirectoryProperty

Specifies the directory on the Amazon EFS file system that the access point provides access to.

CfnAccessPointProps

Properties for defining a CfnAccessPoint.

CfnFileSystem

The AWS::EFS::FileSystem resource creates a new, empty file system in Amazon Elastic File System ( Amazon EFS ).

CfnFileSystem.BackupPolicyProperty

The backup policy turns automatic backups for the file system on or off.

CfnFileSystem.ElasticFileSystemTagProperty

A tag is a key-value pair attached to a file system.

CfnFileSystem.FileSystemProtectionProperty

Describes the protection on the file system.

CfnFileSystem.LifecyclePolicyProperty

Describes a policy used by Lifecycle management that specifies when to transition files into and out of the EFS storage classes.

CfnFileSystem.ReplicationConfigurationProperty

Describes the replication configuration for a specific file system.

CfnFileSystem.ReplicationDestinationProperty

Describes the destination file system in the replication configuration.

CfnFileSystemProps

Properties for defining a CfnFileSystem.

CfnMountTarget

The AWS::EFS::MountTarget resource is an Amazon EFS resource that creates a mount target for an EFS file system.

CfnMountTargetProps

Properties for defining a CfnMountTarget.

ExistingFileSystemProps

Properties for configuring ReplicationConfiguration to replicate to an existing file system.

FileSystem

The Elastic File System implementation of IFileSystem.

FileSystemAttributes

Properties that describe an existing EFS file system.

FileSystemProps

Properties of EFS FileSystem.

OneZoneFileSystemProps

Properties for configuring ReplicationConfiguration to replicate to a new One Zone file system.

PosixUser

Represents the PosixUser.

RegionalFileSystemProps

Properties for configuring ReplicationConfiguration to replicate to a new Regional file system.

ReplicationConfiguration

EFS Replication Configuration.

ReplicationConfigurationProps

Properties for the ReplicationConfiguration.

Interfaces

CfnAccessPoint.IAccessPointTagProperty

A tag is a key-value pair attached to a file system.

CfnAccessPoint.ICreationInfoProperty

Required if the RootDirectory > Path specified does not exist.

CfnAccessPoint.IPosixUserProperty

The full POSIX identity, including the user ID, group ID, and any secondary group IDs, on the access point that is used for all file system operations performed by NFS clients using the access point.

CfnAccessPoint.IRootDirectoryProperty

Specifies the directory on the Amazon EFS file system that the access point provides access to.

CfnFileSystem.IBackupPolicyProperty

The backup policy turns automatic backups for the file system on or off.

CfnFileSystem.IElasticFileSystemTagProperty

A tag is a key-value pair attached to a file system.

CfnFileSystem.IFileSystemProtectionProperty

Describes the protection on the file system.

CfnFileSystem.ILifecyclePolicyProperty

Describes a policy used by Lifecycle management that specifies when to transition files into and out of the EFS storage classes.

CfnFileSystem.IReplicationConfigurationProperty

Describes the replication configuration for a specific file system.

CfnFileSystem.IReplicationDestinationProperty

Describes the destination file system in the replication configuration.

IAccessPoint

Represents an EFS AccessPoint.

IAccessPointAttributes

Attributes that can be specified when importing an AccessPoint.

IAccessPointOptions

Options to create an AccessPoint.

IAccessPointProps

Properties for the AccessPoint.

IAcl

Permissions as POSIX ACL.

ICfnAccessPointProps

Properties for defining a CfnAccessPoint.

ICfnFileSystemProps

Properties for defining a CfnFileSystem.

ICfnMountTargetProps

Properties for defining a CfnMountTarget.

IExistingFileSystemProps

Properties for configuring ReplicationConfiguration to replicate to an existing file system.

IFileSystem

Represents an Amazon EFS file system.

IFileSystemAttributes

Properties that describe an existing EFS file system.

IFileSystemProps

Properties of EFS FileSystem.

IOneZoneFileSystemProps

Properties for configuring ReplicationConfiguration to replicate to a new One Zone file system.

IPosixUser

Represents the PosixUser.

IRegionalFileSystemProps

Properties for configuring ReplicationConfiguration to replicate to a new Regional file system.

IReplicationConfigurationProps

Properties for the ReplicationConfiguration.

Enums

LifecyclePolicy

EFS Lifecycle Policy, if a file is not accessed for given days, it will move to EFS Infrequent Access or Archive storage.

OutOfInfrequentAccessPolicy

EFS Out Of Infrequent Access Policy, if a file is accessed given times, it will move back to primary storage class.

PerformanceMode

EFS Performance mode.

ReplicationOverwriteProtection

The status of the file system's replication overwrite protection.

ThroughputMode

EFS Throughput mode.

Back to top Generated by DocFX