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

CreateConnectionInput

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

§Properties

§
ConnectionName: string
[src]

The name of the connection to be created. The name must be unique in the calling AWS account.

§
HostArn?: string | null
[src]

The Amazon Resource Name (ARN) of the host associated with the connection to be created.

§
ProviderType?: ProviderType | null
[src]

The name of the external provider where your third-party code repository is configured.

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

The key-value pair to use when tagging the resource.