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.4/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]

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

§
FsxFilesystemArn: string
[src]

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

§
Password: string
[src]

Specifies the password of the user who has the permissions to access files and folders in the file system.

§
SecurityGroupArns: string[]
[src]

Specifies the ARNs of the security groups that provide access to your file system's preferred subnet.

Note: If you choose a security group that doesn't allow connections from within itself, do one of the following: - Configure the security group to allow it to communicate within itself. - Choose a different security group that can communicate with the mount target's security group.

§
Subdirectory?: string | null
[src]

Specifies a mount path for your file system using forward slashes. This is where DataSync reads or writes data (depending on if this is a source or destination location).

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

Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your location.

§
User: string
[src]

Specifies the user who has the permissions to access files and folders in the file system.

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