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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codestarconnections/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)


202
203
204
205
206
207
208
209
210
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 202

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)


202
203
204
205
206
207
208
209
210
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 202

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)


202
203
204
205
206
207
208
209
210
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 202

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

#tagsArray<Types::Tag>

Tags for the host to be created.

Returns:



202
203
204
205
206
207
208
209
210
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 202

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.



202
203
204
205
206
207
208
209
210
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 202

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