You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeStarconnections::Types::Connection

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#connection_arnString

The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the connection.

#connection_nameString

The name of the connection. Connection names must be unique in an AWS user account.

Returns:

  • (String)

    The name of the connection.

#connection_statusString

The current status of the connection.

Possible values:

  • PENDING
  • AVAILABLE
  • ERROR

Returns:

  • (String)

    The current status of the connection.

#host_arnString

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

Returns:

  • (String)

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

#owner_account_idString

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.

Returns:

  • (String)

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

#provider_typeString

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

Possible values:

  • Bitbucket
  • GitHub
  • GitHubEnterpriseServer

Returns:

  • (String)

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