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

CreateLocationFsxWindowsRequest

import type { CreateLocationFsxWindowsRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/datasync.ts";
interface CreateLocationFsxWindowsRequest {
Domain?: string | null;
FsxFilesystemArn: string;
Password: string;
SecurityGroupArns: string[];
Subdirectory?: string | null;
Tags?: TagListEntry[] | null;
User: string;
}

§Properties

§
Domain?: string | null
[src]
§
FsxFilesystemArn: string
[src]
§
Password: string
[src]
§
SecurityGroupArns: string[]
[src]
§
Subdirectory?: string | null
[src]
§
Tags?: TagListEntry[] | null
[src]
§
User: string
[src]