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

AssociateFileSystemInput

import type { AssociateFileSystemInput } from "https://aws-api.deno.dev/v0.4/services/storagegateway.ts?docs=full";
interface AssociateFileSystemInput {
AuditDestinationARN?: string | null;
CacheAttributes?: CacheAttributes | null;
ClientToken: string;
EndpointNetworkConfiguration?: EndpointNetworkConfiguration | null;
GatewayARN: string;
LocationARN: string;
Password: string;
Tags?: Tag[] | null;
UserName: string;
}

§Properties

§
AuditDestinationARN?: string | null
[src]

The Amazon Resource Name (ARN) of the storage used for the audit logs.

§
CacheAttributes?: CacheAttributes | null
[src]
§
ClientToken: string
[src]

A unique string value that you supply that is used by the FSx File Gateway to ensure idempotent file system association creation.

§
EndpointNetworkConfiguration?: EndpointNetworkConfiguration | null
[src]

Specifies the network configuration information for the gateway associated with the Amazon FSx file system.

Note: If multiple file systems are associated with this gateway, this parameter's IpAddresses field is required.

§
GatewayARN: string
[src]
§
LocationARN: string
[src]

The Amazon Resource Name (ARN) of the Amazon FSx file system to associate with the FSx File Gateway.

§
Password: string
[src]

The password of the user credential.

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

A list of up to 50 tags that can be assigned to the file system association. Each tag is a key-value pair.

§
UserName: string
[src]

The user name of the user credential that has permission to access the root share D$ of the Amazon FSx file system. The user account must belong to the Amazon FSx delegated admin user group.