Class: Aws::CodeStarconnections::Types::Host

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codestarconnections/types.rb

Overview

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>

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#host_arnString

The Amazon Resource Name (ARN) of the host.

Returns:

  • (String)


339
340
341
342
343
344
345
346
347
348
349
# File 'lib/aws-sdk-codestarconnections/types.rb', line 339

class Host < Struct.new(
  :name,
  :host_arn,
  :provider_type,
  :provider_endpoint,
  :vpc_configuration,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the host.

Returns:

  • (String)


339
340
341
342
343
344
345
346
347
348
349
# File 'lib/aws-sdk-codestarconnections/types.rb', line 339

class Host < Struct.new(
  :name,
  :host_arn,
  :provider_type,
  :provider_endpoint,
  :vpc_configuration,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#provider_endpointString

The endpoint of the infrastructure where your provider type is installed.

Returns:

  • (String)


339
340
341
342
343
344
345
346
347
348
349
# File 'lib/aws-sdk-codestarconnections/types.rb', line 339

class Host < Struct.new(
  :name,
  :host_arn,
  :provider_type,
  :provider_endpoint,
  :vpc_configuration,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#provider_typeString

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.

Returns:

  • (String)


339
340
341
342
343
344
345
346
347
348
349
# File 'lib/aws-sdk-codestarconnections/types.rb', line 339

class Host < Struct.new(
  :name,
  :host_arn,
  :provider_type,
  :provider_endpoint,
  :vpc_configuration,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the host, such as PENDING, AVAILABLE, VPC_CONFIG_DELETING, VPC_CONFIG_INITIALIZING, and VPC_CONFIG_FAILED_INITIALIZATION.

Returns:

  • (String)


339
340
341
342
343
344
345
346
347
348
349
# File 'lib/aws-sdk-codestarconnections/types.rb', line 339

class Host < Struct.new(
  :name,
  :host_arn,
  :provider_type,
  :provider_endpoint,
  :vpc_configuration,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

The status description for the host.

Returns:

  • (String)


339
340
341
342
343
344
345
346
347
348
349
# File 'lib/aws-sdk-codestarconnections/types.rb', line 339

class Host < Struct.new(
  :name,
  :host_arn,
  :provider_type,
  :provider_endpoint,
  :vpc_configuration,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_configurationTypes::VpcConfiguration

The VPC configuration provisioned for the host.



339
340
341
342
343
344
345
346
347
348
349
# File 'lib/aws-sdk-codestarconnections/types.rb', line 339

class Host < Struct.new(
  :name,
  :host_arn,
  :provider_type,
  :provider_endpoint,
  :vpc_configuration,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end