Class: Aws::CodeConnections::Types::CreateHostInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::CreateHostInput
- Defined in:
- gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the host to be created.
-
#provider_endpoint ⇒ String
The endpoint of the infrastructure to be represented by the host after it is created.
-
#provider_type ⇒ String
The name of the installed provider to be associated with your connection.
-
#tags ⇒ Array<Types::Tag>
Tags for the host to be created.
-
#vpc_configuration ⇒ Types::VpcConfiguration
The VPC configuration to be provisioned for the host.
Instance Attribute Details
#name ⇒ String
The name of the host to be created.
202 203 204 205 206 207 208 209 210 |
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 202 class CreateHostInput < Struct.new( :name, :provider_type, :provider_endpoint, :vpc_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#provider_endpoint ⇒ String
The endpoint of the infrastructure to be represented by the host after it is created.
202 203 204 205 206 207 208 209 210 |
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 202 class CreateHostInput < Struct.new( :name, :provider_type, :provider_endpoint, :vpc_configuration, :tags) 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.
202 203 204 205 206 207 208 209 210 |
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 202 class CreateHostInput < Struct.new( :name, :provider_type, :provider_endpoint, :vpc_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Tags for the host to be created.
202 203 204 205 206 207 208 209 210 |
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 202 class CreateHostInput < Struct.new( :name, :provider_type, :provider_endpoint, :vpc_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#vpc_configuration ⇒ Types::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-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 202 class CreateHostInput < Struct.new( :name, :provider_type, :provider_endpoint, :vpc_configuration, :tags) SENSITIVE = [] include Aws::Structure end |