GradientEdge CDK Utils
    Preparing search index...
    interface EfsAccessPointOptions {
        clientToken?: string;
        createAcl?: Acl;
        path?: string;
        posixUser?: PosixUser;
    }

    Hierarchy

    • AccessPointOptions
      • EfsAccessPointOptions
    Index

    Properties

    clientToken?: string

    The opaque string specified in the request to ensure idempotent creation.

    createAcl?: Acl

    Specifies the POSIX IDs and permissions to apply when creating the access point's root directory. If the root directory specified by path does not exist, EFS creates the root directory and applies the permissions specified here. If the specified path does not exist, you must specify createAcl.

    • None. The directory specified by path must exist.
    path?: string

    Specifies the path on the EFS file system to expose as the root directory to NFS clients using the access point to access the EFS file system

    '/'
    
    posixUser?: PosixUser

    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.

    Specify this to enforce a user identity using an access point.

    - user identity not enforced