Package-level declarations
Types
Required if the `RootDirectory`
`Path`
specified does not exist. Specifies the POSIX IDs and permissions to apply to the access point's `RootDirectory`
`Path`
. If the access point root directory does not exist, EFS creates it with these settings when a client connects to the access point. When specifying `CreationInfo`
, you must include values for all properties. Amazon EFS creates a root directory only if you have provided the CreationInfo: OwnUid, OwnGID, and permissions for the directory. If you do not provide this information, Amazon EFS does not create the root directory. If the root directory does not exist, attempts to mount using the access point will fail. If you do not provide `CreationInfo`
and the specified `RootDirectory`
does not exist, attempts to mount the file system using the access point will fail.
Builder for AccessPointCreationInfoArgs.
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.
Builder for AccessPointPosixUserArgs.
Specifies the directory on the Amazon EFS file system that the access point provides access to. The access point exposes the specified file system path as the root directory of your file system to applications using the access point. NFS clients using the access point can only access data in the access point's `RootDirectory`
and its subdirectories.
Builder for AccessPointRootDirectoryArgs.
The backup policy turns automatic backups for the file system on or off.
Builder for FileSystemBackupPolicyArgs.
Describes a policy used by Lifecycle management that specifies when to transition files into and out of the EFS storage classes. For more information, see Managing file system storage. + Each `LifecyclePolicy`
object can have only a single transition. This means that in a request body, `LifecyclePolicies`
must be structured as an array of `LifecyclePolicy`
objects, one object for each transition, `TransitionToIA`
, `TransitionToArchive`
, `TransitionToPrimaryStorageClass`
.
Builder for FileSystemLifecyclePolicyArgs.
Describes the protection on the file system.
Builder for FileSystemProtectionArgs.
Describes the replication configuration for a specific file system.
Describes the destination file system in the replication configuration.
Builder for GetAccessPointPlainArgs.
Builder for GetFileSystemPlainArgs.
Builder for GetMountTargetPlainArgs.