AutoBranchCreationConfig

Describes the automated branch creation configuration.

Types

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

Properties

Link copied to clipboard

The basic authorization credentials for the autocreated branch. You must base64-encode the authorization credentials and provide them in the format user:password.

Link copied to clipboard

The build specification (build spec) for the autocreated branch.

Link copied to clipboard

Enables auto building for the autocreated branch.

Link copied to clipboard

Enables basic authorization for the autocreated branch.

Link copied to clipboard

Enables performance mode for the branch.

Link copied to clipboard

Enables pull request previews for the autocreated branch.

Link copied to clipboard

The environment variables for the autocreated branch.

Link copied to clipboard

The framework for the autocreated branch.

Link copied to clipboard

The Amplify environment name for the pull request.

Link copied to clipboard
val stage: Stage?

Describes the current stage for the autocreated branch.

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