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

CreateLocationFsxOpenZfsRequest

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

§Properties

§
FsxFilesystemArn: string
[src]

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

§

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

§
SecurityGroupArns: string[]
[src]

The ARNs of the security groups that are used to configure the FSx for OpenZFS file system.

§
Subdirectory?: string | null
[src]

A subdirectory in the location's path that must begin with /fsx. DataSync uses this subdirectory to read or write data (depending on whether the file system is a source or destination location).

§
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.