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

CreateLocationFsxLustreRequest

import type { CreateLocationFsxLustreRequest } from "https://aws-api.deno.dev/v0.3/services/datasync.ts?docs=full";
interface CreateLocationFsxLustreRequest {
FsxFilesystemArn: string;
SecurityGroupArns: string[];
Subdirectory?: string | null;
Tags?: TagListEntry[] | null;
}

§Properties

§
FsxFilesystemArn: string
[src]

The Amazon Resource Name (ARN) for the FSx for Lustre file system.

§
SecurityGroupArns: string[]
[src]

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

§
Subdirectory?: string | null
[src]

A subdirectory in the location's path. This subdirectory in the FSx for Lustre file system is used to read data from the FSx for Lustre source location or write data to the FSx for Lustre destination.

§
Tags?: TagListEntry[] | null
[src]

The key-value pair that represents a tag that you want to add to the resource. The value can be an empty string. This value helps you manage, filter, and search for your resources. We recommend that you create a name tag for your location.