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

AwsEfsAccessPointPosixUserDetails

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

Provides details for all file system operations using this Amazon EFS access point.

interface AwsEfsAccessPointPosixUserDetails {
Gid?: string | null;
SecondaryGids?: string[] | null;
Uid?: string | null;
}

§Properties

§
Gid?: string | null
[src]

The POSIX group ID used for all file system operations using this access point.

§
SecondaryGids?: string[] | null
[src]

Secondary POSIX group IDs used for all file system operations using this access point.

§
Uid?: string | null
[src]

The POSIX user ID used for all file system operations using this access point.