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

DescribeLocationFsxWindowsResponse

import type { DescribeLocationFsxWindowsResponse } from "https://aws-api.deno.dev/v0.4/services/datasync.ts?docs=full";
interface DescribeLocationFsxWindowsResponse {
CreationTime?: Date | number | null;
Domain?: string | null;
LocationArn?: string | null;
LocationUri?: string | null;
SecurityGroupArns?: string[] | null;
User?: string | null;
}

§Properties

§
CreationTime?: Date | number | null
[src]

The time that the FSx for Windows File Server location was created.

§
Domain?: string | null
[src]

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

§
LocationArn?: string | null
[src]

The Amazon Resource Name (ARN) of the FSx for Windows File Server location that was described.

§
LocationUri?: string | null
[src]

The URL of the FSx for Windows File Server location that was described.

§
SecurityGroupArns?: string[] | null
[src]

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

§
User?: string | null
[src]

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