Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AwsEfsAccessPointRootDirectoryDetails

import type { AwsEfsAccessPointRootDirectoryDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Provides information about the directory on the Amazon EFS file system that the access point exposes as the root directory to NFS clients using the access point.

interface AwsEfsAccessPointRootDirectoryDetails {
Path?: string | null;
}

§Properties

§

Specifies the POSIX IDs and permissions to apply to the access point's root directory.

§
Path?: string | null
[src]

Specifies the path on the Amazon EFS file system to expose as the root directory to NFS clients using the access point to access the EFS file system. A path can have up to four subdirectories. If the specified path does not exist, you are required to provide CreationInfo.