GetConnectionResult

data class GetConnectionResult(val connectionArn: String? = null, val connectionStatus: String? = null, val ownerAccountId: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(connectionArn: String? = null, connectionStatus: String? = null, ownerAccountId: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val connectionArn: String? = null

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

Link copied to clipboard

The current status of the connection.

Link copied to clipboard
val ownerAccountId: String? = null

The name 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.

Link copied to clipboard
val tags: List<Tag>? = null

Specifies the tags applied to a connection.