GitConfig

class GitConfig

Specifies configuration details for a Git repository in your Amazon Web Services account.

Types

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

Properties

Link copied to clipboard

The default branch for the Git repository.

Link copied to clipboard

The URL where the Git repository is located.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the git repository. The secret must have a staging label of AWSCURRENT and must be in the following format:

Functions

Link copied to clipboard
inline fun copy(block: GitConfig.Builder.() -> Unit = {}): GitConfig
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