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

DescribeLocationSmbResponse

import type { DescribeLocationSmbResponse } from "https://aws-api.deno.dev/v0.4/services/datasync.ts?docs=full";

DescribeLocationSmbResponse

interface DescribeLocationSmbResponse {
AgentArns?: string[] | null;
CreationTime?: Date | number | null;
Domain?: string | null;
LocationArn?: string | null;
LocationUri?: string | null;
MountOptions?: SmbMountOptions | null;
User?: string | null;
}

§Properties

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

The Amazon Resource Name (ARN) of the source SMB file system location that is created.

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

The time that the SMB location was created.

§
Domain?: string | null
[src]

The name of the Windows domain that the SMB server belongs to.

§
LocationArn?: string | null
[src]

The Amazon Resource Name (ARN) of the SMB location that was described.

§
LocationUri?: string | null
[src]

The URL of the source SMB location that was described.

§
MountOptions?: SmbMountOptions | null
[src]

The mount options that are available for DataSync to use to access an SMB location.

§
User?: string | null
[src]

The user who can mount the share, has the permissions to access files and folders in the SMB share.