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

AwsEfsAccessPointDetails

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

Provides information about an Amazon EFS access point.

interface AwsEfsAccessPointDetails {
AccessPointId?: string | null;
Arn?: string | null;
ClientToken?: string | null;
FileSystemId?: string | null;
}

§Properties

§
AccessPointId?: string | null
[src]

The ID of the Amazon EFS access point.

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the Amazon EFS access point.

§
ClientToken?: string | null
[src]

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

§
FileSystemId?: string | null
[src]

The ID of the Amazon EFS file system that the access point applies to.

§

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

§

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