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
§
CacheAttributes?: CacheAttributes | null
[src]