Class: Aws::CodeStarconnections::Types::CreateConnectionInput

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

#connection_nameString

The name of the connection to be created.

Returns:

  • (String)


142
143
144
145
146
147
148
149
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 142

class CreateConnectionInput < Struct.new(
  :provider_type,
  :connection_name,
  :tags,
  :host_arn)
  SENSITIVE = []
  include Aws::Structure
end

#host_arnString

The Amazon Resource Name (ARN) of the host associated with the connection to be created.

Returns:

  • (String)


142
143
144
145
146
147
148
149
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 142

class CreateConnectionInput < Struct.new(
  :provider_type,
  :connection_name,
  :tags,
  :host_arn)
  SENSITIVE = []
  include Aws::Structure
end

#provider_typeString

The name of the external provider where your third-party code repository is configured.

Returns:

  • (String)


142
143
144
145
146
147
148
149
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 142

class CreateConnectionInput < Struct.new(
  :provider_type,
  :connection_name,
  :tags,
  :host_arn)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The key-value pair to use when tagging the resource.

Returns:



142
143
144
145
146
147
148
149
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 142

class CreateConnectionInput < Struct.new(
  :provider_type,
  :connection_name,
  :tags,
  :host_arn)
  SENSITIVE = []
  include Aws::Structure
end