CreateSMBFileShareInput
import type { CreateSMBFileShareInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/storagegateway.ts";interface CreateSMBFileShareInput {
AccessBasedEnumeration?: boolean | null;
AdminUserList?: string[] | null;
AuditDestinationARN?: string | null;
Authentication?: string | null;
BucketRegion?: string | null;
CacheAttributes?: CacheAttributes | null;
CaseSensitivity?: CaseSensitivity | null;
ClientToken: string;
DefaultStorageClass?: string | null;
FileShareName?: string | null;
GatewayARN: string;
GuessMIMETypeEnabled?: boolean | null;
InvalidUserList?: string[] | null;
KMSEncrypted?: boolean | null;
KMSKey?: string | null;
LocationARN: string;
NotificationPolicy?: string | null;
ObjectACL?: ObjectACL | null;
OplocksEnabled?: boolean | null;
ReadOnly?: boolean | null;
RequesterPays?: boolean | null;
Role: string;
SMBACLEnabled?: boolean | null;
Tags?: Tag[] | null;
ValidUserList?: string[] | null;
VPCEndpointDNSName?: string | null;
}§Properties
§
CacheAttributes?: CacheAttributes | null
[src]§
CaseSensitivity?: CaseSensitivity | null
[src]