UpdateBranchRequest

The request structure for the update branch request.

Types

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

Properties

Link copied to clipboard

The unique ID for an Amplify app.

Link copied to clipboard

The backend for a Branch of an Amplify app. Use for a backend created from an CloudFormation stack.

Link copied to clipboard

The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.

Link copied to clipboard

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

Link copied to clipboard

The name of the branch.

Link copied to clipboard

The build specification (build spec) for the branch.

Link copied to clipboard

The description for the branch.

Link copied to clipboard

The display name for a branch. This is used as the default domain prefix.

Link copied to clipboard

Enables auto building for the branch.

Link copied to clipboard

Enables basic authorization for the branch.

Link copied to clipboard

Enables notifications for the branch.

Link copied to clipboard

Enables performance mode for the branch.

Link copied to clipboard

Enables pull request previews for this branch.

Link copied to clipboard

The environment variables for the branch.

Link copied to clipboard

The framework for the 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 branch.

Link copied to clipboard
val ttl: String?

The content Time to Live (TTL) for the website in seconds.

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