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

DescribeLocationFsxOntapResponse

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

§Properties

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

The time that the location was created.

§
FsxFilesystemArn?: string | null
[src]

The ARN of the FSx for ONTAP file system.

§
LocationArn?: string | null
[src]

The ARN of the FSx for ONTAP file system location.

§
LocationUri?: string | null
[src]

The uniform resource identifier (URI) of the FSx for ONTAP file system location.

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

The security groups that DataSync uses to access your FSx for ONTAP file system.

§
StorageVirtualMachineArn?: string | null
[src]

The ARN of the storage virtual machine (SVM) on your FSx for ONTAP file system where you're copying data to or from.