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

DescribeLocationFsxOpenZfsResponse

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

§Properties

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

The time that the FSx for OpenZFS location was created.

§
LocationArn?: string | null
[src]

The ARN of the FSx for OpenZFS location that was described.

§
LocationUri?: string | null
[src]

The uniform resource identifier (URI) of the FSx for OpenZFS location that was described.

Example: fsxz://us-west-2.fs-1234567890abcdef02/fsx/folderA/folder

§
Protocol?: FsxProtocol | null
[src]

The type of protocol that DataSync uses to access your file system.

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

The ARNs of the security groups that are configured for the FSx for OpenZFS file system.