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

AwsEfsAccessPointRootDirectoryCreationInfoDetails

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

Provides information about the settings that Amazon EFS uses to create the root directory when a client connects to an access point.

interface AwsEfsAccessPointRootDirectoryCreationInfoDetails {
OwnerGid?: string | null;
OwnerUid?: string | null;
Permissions?: string | null;
}

§Properties

§
OwnerGid?: string | null
[src]

Specifies the POSIX group ID to apply to the root directory.

§
OwnerUid?: string | null
[src]

Specifies the POSIX user ID to apply to the root directory.

§
Permissions?: string | null
[src]

Specifies the POSIX permissions to apply to the root directory, in the format of an octal number representing the file's mode bits.