Class: Aws::CodeStarconnections::Types::Connection
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarconnections::Types::Connection
- Defined in:
- gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb
Overview
A resource that is used to connect third-party source providers with services like AWS CodePipeline.
Note: A connection created through CloudFormation, the CLI, or the SDK
is in PENDING
status by default. You can make its status
AVAILABLE
by updating the connection in the console.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_arn ⇒ String
The Amazon Resource Name (ARN) of the connection.
-
#connection_name ⇒ String
The name of the connection.
-
#connection_status ⇒ String
The current status of the connection.
-
#host_arn ⇒ String
The Amazon Resource Name (ARN) of the host associated with the connection.
-
#owner_account_id ⇒ String
The identifier of the external provider where your third-party code repository is configured.
-
#provider_type ⇒ String
The name of the external provider where your third-party code repository is configured.
Instance Attribute Details
#connection_arn ⇒ String
The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.
70 71 72 73 74 75 76 77 78 79 |
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 70 class Connection < Struct.new( :connection_name, :connection_arn, :provider_type, :owner_account_id, :connection_status, :host_arn) SENSITIVE = [] include Aws::Structure end |
#connection_name ⇒ String
The name of the connection. Connection names must be unique in an AWS user account.
70 71 72 73 74 75 76 77 78 79 |
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 70 class Connection < Struct.new( :connection_name, :connection_arn, :provider_type, :owner_account_id, :connection_status, :host_arn) SENSITIVE = [] include Aws::Structure end |
#connection_status ⇒ String
The current status of the connection.
70 71 72 73 74 75 76 77 78 79 |
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 70 class Connection < Struct.new( :connection_name, :connection_arn, :provider_type, :owner_account_id, :connection_status, :host_arn) SENSITIVE = [] include Aws::Structure end |
#host_arn ⇒ String
The Amazon Resource Name (ARN) of the host associated with the connection.
70 71 72 73 74 75 76 77 78 79 |
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 70 class Connection < Struct.new( :connection_name, :connection_arn, :provider_type, :owner_account_id, :connection_status, :host_arn) SENSITIVE = [] include Aws::Structure end |
#owner_account_id ⇒ String
The identifier of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.
70 71 72 73 74 75 76 77 78 79 |
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 70 class Connection < Struct.new( :connection_name, :connection_arn, :provider_type, :owner_account_id, :connection_status, :host_arn) SENSITIVE = [] include Aws::Structure end |
#provider_type ⇒ String
The name of the external provider where your third-party code repository is configured.
70 71 72 73 74 75 76 77 78 79 |
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 70 class Connection < Struct.new( :connection_name, :connection_arn, :provider_type, :owner_account_id, :connection_status, :host_arn) SENSITIVE = [] include Aws::Structure end |