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

DescribeLocationFsxLustreResponse

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

§Properties

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

The time that the FSx for Lustre location was created.

§
LocationArn?: string | null
[src]

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

§
LocationUri?: string | null
[src]

The URI of the FSx for Lustre location that was described.

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

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