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.deno.dev/v0.3/services/datasync.ts?docs=full";
interface CreateLocationFsxWindowsRequest {
Domain?: string | null;
FsxFilesystemArn: string;
Password: string;
SecurityGroupArns: string[];
Subdirectory?: string | null;
Tags?: TagListEntry[] | null;
User: string;
}

§Properties

§
Domain?: string | null
[src]

The name of the Windows domain that the FSx for Windows File Server belongs to.

§
FsxFilesystemArn: string
[src]

The Amazon Resource Name (ARN) for the FSx for Windows File Server file system.

§
Password: string
[src]

The password of the user who has the permissions to access files and folders in the FSx for Windows File Server file system.

§
SecurityGroupArns: string[]
[src]

The Amazon Resource Names (ARNs) of the security groups that are used to configure the FSx for Windows File Server file system.

§
Subdirectory?: string | null
[src]

A subdirectory in the location's path. This subdirectory in the Amazon FSx for Windows File Server file system is used to read data from the Amazon FSx for Windows File Server source location or write data to the FSx for Windows File Server destination.

§
Tags?: TagListEntry[] | null
[src]

The key-value pair that represents a tag that you want to add to the resource. The value can be an empty string. This value helps you manage, filter, and search for your resources. We recommend that you create a name tag for your location.

§
User: string
[src]

The user who has the permissions to access files and folders in the FSx for Windows File Server file system.

For information about choosing a user name that ensures sufficient permissions to files, folders, and metadata, see user.