Class: Aws::CodeConnections::Types::CreateConnectionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::CreateConnectionInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeconnections/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_name ⇒ String
The name of the connection to be created.
-
#host_arn ⇒ String
The Amazon Resource Name (ARN) of the host associated with the connection to be created.
-
#provider_type ⇒ String
The name of the external provider where your third-party code repository is configured.
-
#tags ⇒ Array<Types::Tag>
The key-value pair to use when tagging the resource.
Instance Attribute Details
#connection_name ⇒ String
The name of the connection to be created.
142 143 144 145 146 147 148 149 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 142 class CreateConnectionInput < Struct.new( :provider_type, :connection_name, :tags, :host_arn) SENSITIVE = [] include Aws::Structure end |
#host_arn ⇒ String
The Amazon Resource Name (ARN) of the host associated with the connection to be created.
142 143 144 145 146 147 148 149 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 142 class CreateConnectionInput < Struct.new( :provider_type, :connection_name, :tags, :host_arn) SENSITIVE = [] include Aws::Structure end |
#provider_type ⇒ String
The name of the external provider where your third-party code repository is configured.
142 143 144 145 146 147 148 149 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 142 class CreateConnectionInput < Struct.new( :provider_type, :connection_name, :tags, :host_arn) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The key-value pair to use when tagging the resource.
142 143 144 145 146 147 148 149 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 142 class CreateConnectionInput < Struct.new( :provider_type, :connection_name, :tags, :host_arn) SENSITIVE = [] include Aws::Structure end |