Class: Aws::CodeStarconnections::Types::CreateHostInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the host to be created.

Returns:

  • (String)


160
161
162
163
164
165
166
167
168
# File 'lib/aws-sdk-codestarconnections/types.rb', line 160

class CreateHostInput < Struct.new(
  :name,
  :provider_type,
  :provider_endpoint,
  :vpc_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#provider_endpointString

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

Returns:

  • (String)


160
161
162
163
164
165
166
167
168
# File 'lib/aws-sdk-codestarconnections/types.rb', line 160

class CreateHostInput < Struct.new(
  :name,
  :provider_type,
  :provider_endpoint,
  :vpc_configuration,
  :tags)
  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)


160
161
162
163
164
165
166
167
168
# File 'lib/aws-sdk-codestarconnections/types.rb', line 160

class CreateHostInput < Struct.new(
  :name,
  :provider_type,
  :provider_endpoint,
  :vpc_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Returns:



160
161
162
163
164
165
166
167
168
# File 'lib/aws-sdk-codestarconnections/types.rb', line 160

class CreateHostInput < Struct.new(
  :name,
  :provider_type,
  :provider_endpoint,
  :vpc_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_configurationTypes::VpcConfiguration

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.



160
161
162
163
164
165
166
167
168
# File 'lib/aws-sdk-codestarconnections/types.rb', line 160

class CreateHostInput < Struct.new(
  :name,
  :provider_type,
  :provider_endpoint,
  :vpc_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end