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

StorageConnector

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

Describes a connector that enables persistent storage for users.

interface StorageConnector {
ConnectorType: StorageConnectorType;
Domains?: string[] | null;
ResourceIdentifier?: string | null;
}

§Properties

§

The type of storage connector.

§
Domains?: string[] | null
[src]

The names of the domains for the account.

§
ResourceIdentifier?: string | null
[src]

The ARN of the storage connector.