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

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

#connection_nameString

The name of the connection to be created.

Returns:

  • (String)


101
102
103
104
105
106
107
108
# File 'lib/aws-sdk-codestarconnections/types.rb', line 101

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)


101
102
103
104
105
106
107
108
# File 'lib/aws-sdk-codestarconnections/types.rb', line 101

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)


101
102
103
104
105
106
107
108
# File 'lib/aws-sdk-codestarconnections/types.rb', line 101

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:



101
102
103
104
105
106
107
108
# File 'lib/aws-sdk-codestarconnections/types.rb', line 101

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