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

CreateHostInput

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

§Properties

§
Name: string
[src]

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

§
ProviderEndpoint: string
[src]

The endpoint of the infrastructure to be represented by the host after it is created.

§
ProviderType: ProviderType
[src]

The name of the installed provider to be associated with your connection. The host resource represents the infrastructure where your provider type is installed. The valid provider type is GitHub Enterprise Server.

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

The VPC configuration to be provisioned for the host. A VPC must be configured and the infrastructure to be represented by the host must already be connected to the VPC.