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

CreateNFSFileShareInput

import type { CreateNFSFileShareInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/storagegateway.ts";
interface CreateNFSFileShareInput {
BucketRegion?: string | null;
CacheAttributes?: CacheAttributes | null;
ClientList?: string[] | null;
ClientToken: string;
DefaultStorageClass?: string | null;
FileShareName?: string | null;
GatewayARN: string;
GuessMIMETypeEnabled?: boolean | null;
KMSEncrypted?: boolean | null;
KMSKey?: string | null;
LocationARN: string;
NFSFileShareDefaults?: NFSFileShareDefaults | null;
NotificationPolicy?: string | null;
ObjectACL?: ObjectACL | null;
ReadOnly?: boolean | null;
RequesterPays?: boolean | null;
Role: string;
Squash?: string | null;
Tags?: Tag[] | null;
VPCEndpointDNSName?: string | null;
}

§Properties

§
BucketRegion?: string | null
[src]
§
CacheAttributes?: CacheAttributes | null
[src]
§
ClientList?: string[] | null
[src]
§
ClientToken: string
[src]
§
DefaultStorageClass?: string | null
[src]
§
FileShareName?: string | null
[src]
§
GatewayARN: string
[src]
§
GuessMIMETypeEnabled?: boolean | null
[src]
§
KMSEncrypted?: boolean | null
[src]
§
KMSKey?: string | null
[src]
§
LocationARN: string
[src]
§
NFSFileShareDefaults?: NFSFileShareDefaults | null
[src]
§
NotificationPolicy?: string | null
[src]
§
ObjectACL?: ObjectACL | null
[src]
§
ReadOnly?: boolean | null
[src]
§
RequesterPays?: boolean | null
[src]
§
Role: string
[src]
§
Squash?: string | null
[src]
§
Tags?: Tag[] | null
[src]
§
VPCEndpointDNSName?: string | null
[src]