Class: Aws::CodeStarconnections::Types::Host
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarconnections::Types::Host
- Defined in:
- gems/aws-sdk-codestarconnections/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.
PENDING
status by
default. You can make its status AVAILABLE
by setting up the host
in the console.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#host_arn ⇒ String
The Amazon Resource Name (ARN) of the host.
-
#name ⇒ String
The name of the host.
-
#provider_endpoint ⇒ String
The endpoint of the infrastructure where your provider type is installed.
-
#provider_type ⇒ String
The name of the installed provider to be associated with your connection.
-
#status ⇒ String
The status of the host, such as PENDING, AVAILABLE, VPC_CONFIG_DELETING, VPC_CONFIG_INITIALIZING, and VPC_CONFIG_FAILED_INITIALIZATION.
-
#status_message ⇒ String
The status description for the host.
-
#vpc_configuration ⇒ Types::VpcConfiguration
The VPC configuration provisioned for the host.
Instance Attribute Details
#host_arn ⇒ String
The Amazon Resource Name (ARN) of the host.
391 392 393 394 395 396 397 398 399 400 401 |
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 391 class Host < Struct.new( :name, :host_arn, :provider_type, :provider_endpoint, :vpc_configuration, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the host.
391 392 393 394 395 396 397 398 399 400 401 |
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 391 class Host < Struct.new( :name, :host_arn, :provider_type, :provider_endpoint, :vpc_configuration, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#provider_endpoint ⇒ String
The endpoint of the infrastructure where your provider type is installed.
391 392 393 394 395 396 397 398 399 400 401 |
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 391 class Host < Struct.new( :name, :host_arn, :provider_type, :provider_endpoint, :vpc_configuration, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#provider_type ⇒ String
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.
391 392 393 394 395 396 397 398 399 400 401 |
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 391 class Host < Struct.new( :name, :host_arn, :provider_type, :provider_endpoint, :vpc_configuration, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the host, such as PENDING, AVAILABLE, VPC_CONFIG_DELETING, VPC_CONFIG_INITIALIZING, and VPC_CONFIG_FAILED_INITIALIZATION.
391 392 393 394 395 396 397 398 399 400 401 |
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 391 class Host < Struct.new( :name, :host_arn, :provider_type, :provider_endpoint, :vpc_configuration, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The status description for the host.
391 392 393 394 395 396 397 398 399 400 401 |
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 391 class Host < Struct.new( :name, :host_arn, :provider_type, :provider_endpoint, :vpc_configuration, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#vpc_configuration ⇒ Types::VpcConfiguration
The VPC configuration provisioned for the host.
391 392 393 394 395 396 397 398 399 400 401 |
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 391 class Host < Struct.new( :name, :host_arn, :provider_type, :provider_endpoint, :vpc_configuration, :status, :status_message) SENSITIVE = [] include Aws::Structure end |