GitPropertiesOutput

The properties of a Git connection returned by get and list operations, including connection status and any error details.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of the CodeConnections connection used to connect to the Git repository.

Link copied to clipboard

The default branch of the Git repository.

Link copied to clipboard

The error message that describes why the Git connection failed. This member is populated when the connection status is CREATE_FAILED or UPDATE_FAILED.

Link copied to clipboard

The ID of the Git repository. This is the owner and repository name, for example, owner/repo-name.

Link copied to clipboard

The status of the Git connection.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String