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

CreateConnectionAliasRequest

import type { CreateConnectionAliasRequest } from "https://aws-api.deno.dev/v0.3/services/workspaces.ts?docs=full";
interface CreateConnectionAliasRequest {
ConnectionString: string;
Tags?: Tag[] | null;
}

§Properties

§
ConnectionString: string
[src]

A connection string in the form of a fully qualified domain name (FQDN), such as www.example.com.

! IMPORTANT: ! After you create a connection string, it is always associated to your Amazon Web Services account. ! You cannot recreate the same connection string with a different account, even if you delete all instances of it from the original account. ! The connection string is globally reserved for your account.

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

The tags to associate with the connection alias.