class Aws::CodeStarconnections::Types::Host

A resource that represents the infrastructure where a third-party provider is installed. The host is used when you create connections to an installed third-party provider type, such as GitHub Enterprise Server. You create one host for all connections to that provider.

<note markdown=“1”> A host created through the CLI or the SDK is in `PENDING` status by default. You can make its status `AVAILABLE` by setting up the host in the console.

</note>

@!attribute [rw] name

The name of the host.
@return [String]

@!attribute [rw] host_arn

The Amazon Resource Name (ARN) of the host.
@return [String]

@!attribute [rw] provider_type

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.
@return [String]

@!attribute [rw] provider_endpoint

The endpoint of the infrastructure where your provider type is
installed.
@return [String]

@!attribute [rw] vpc_configuration

The VPC configuration provisioned for the host.
@return [Types::VpcConfiguration]

@!attribute [rw] status

The status of the host, such as PENDING, AVAILABLE,
VPC\_CONFIG\_DELETING, VPC\_CONFIG\_INITIALIZING, and
VPC\_CONFIG\_FAILED\_INITIALIZATION.
@return [String]

@!attribute [rw] status_message

The status description for the host.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/Host AWS API Documentation

Constants

SENSITIVE