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

FileSystemAssociationInfo

import type { FileSystemAssociationInfo } from "https://aws-api.deno.dev/v0.4/services/storagegateway.ts?docs=full";

Describes the object returned by DescribeFileSystemAssociations that describes a created file system association.

interface FileSystemAssociationInfo {
AuditDestinationARN?: string | null;
CacheAttributes?: CacheAttributes | null;
EndpointNetworkConfiguration?: EndpointNetworkConfiguration | null;
FileSystemAssociationARN?: string | null;
FileSystemAssociationStatus?: string | null;
FileSystemAssociationStatusDetails?: FileSystemAssociationStatusDetail[] | null;
GatewayARN?: string | null;
LocationARN?: string | null;
Tags?: Tag[] | null;
}

§Properties

§
AuditDestinationARN?: string | null
[src]

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

§
CacheAttributes?: CacheAttributes | null
[src]
§
EndpointNetworkConfiguration?: EndpointNetworkConfiguration | null
[src]

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

§
FileSystemAssociationARN?: string | null
[src]

The Amazon Resource Name (ARN) of the file system association.

§
FileSystemAssociationStatus?: string | null
[src]

The status of the file system association. Valid Values: AVAILABLE | CREATING | DELETING | FORCE_DELETING | UPDATING | ERROR

§
FileSystemAssociationStatusDetails?: FileSystemAssociationStatusDetail[] | null
[src]

An array containing the FileSystemAssociationStatusDetail data type, which provides detailed information on file system association status.

§
GatewayARN?: string | null
[src]
§
LocationARN?: string | null
[src]

The ARN of the backend Amazon FSx file system used for storing file data. For information, see FileSystem in the Amazon FSx API Reference.

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

A list of up to 50 tags assigned to the SMB file share, sorted alphabetically by key name. Each tag is a key-value pair.