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

FileSystemPolicyDescription

import type { FileSystemPolicyDescription } from "https://aws-api.deno.dev/v0.4/services/efs.ts?docs=full";
interface FileSystemPolicyDescription {
FileSystemId?: string | null;
Policy?: string | null;
}

§Properties

§
FileSystemId?: string | null
[src]

Specifies the EFS file system to which the FileSystemPolicy applies.

§
Policy?: string | null
[src]

The JSON formatted FileSystemPolicy for the EFS file system.