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

AccessPointDescription

import type { AccessPointDescription } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/efs.ts";
interface AccessPointDescription {
AccessPointArn?: string | null;
AccessPointId?: string | null;
ClientToken?: string | null;
FileSystemId?: string | null;
LifeCycleState?: LifeCycleState | null;
Name?: string | null;
OwnerId?: string | null;
PosixUser?: PosixUser | null;
RootDirectory?: RootDirectory | null;
Tags?: Tag[] | null;
}

§Properties

§
AccessPointArn?: string | null
[src]
§
AccessPointId?: string | null
[src]
§
ClientToken?: string | null
[src]
§
FileSystemId?: string | null
[src]
§
LifeCycleState?: LifeCycleState | null
[src]
§
Name?: string | null
[src]
§
OwnerId?: string | null
[src]
§
PosixUser?: PosixUser | null
[src]
§
RootDirectory?: RootDirectory | null
[src]
§
Tags?: Tag[] | null
[src]