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-gyr5wj9zj0fg.deno.dev/v0.2/services/storagegateway.ts";
interface FileSystemAssociationInfo {
AuditDestinationARN?: string | null;
CacheAttributes?: CacheAttributes | null;
EndpointNetworkConfiguration?: EndpointNetworkConfiguration | null;
FileSystemAssociationARN?: string | null;
FileSystemAssociationStatus?: string | null;
GatewayARN?: string | null;
LocationARN?: string | null;
Tags?: Tag[] | null;
}

§Properties

§
AuditDestinationARN?: string | null
[src]
§
CacheAttributes?: CacheAttributes | null
[src]
§
EndpointNetworkConfiguration?: EndpointNetworkConfiguration | null
[src]
§
FileSystemAssociationARN?: string | null
[src]
§
FileSystemAssociationStatus?: string | null
[src]
§
GatewayARN?: string | null
[src]
§
LocationARN?: string | null
[src]
§
Tags?: Tag[] | null
[src]