Builder

class Builder

Properties

Link copied to clipboard

The ID of the active job for a branch of an Amplify app.

Link copied to clipboard

A list of custom resources that are linked to this branch.

Link copied to clipboard

Describes the backend associated with an Amplify Branch.

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 a branch of an Amplify app. You must base64-encode the authorization credentials and provide them in the format user:password.

Link copied to clipboard

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

Link copied to clipboard

The name for the branch that is part of an Amplify app.

Link copied to clipboard

The build specification (build spec) content for the branch of an Amplify app.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role for a branch of an SSR app. The Compute role allows the Amplify Hosting compute service to securely access specific Amazon Web Services resources based on the role's permissions. For more information about the SSR Compute role, see Adding an SSR Compute role in the Amplify User Guide.

Link copied to clipboard

A timestamp of when Amplify created the branch.

Link copied to clipboard

The custom domains for a branch of an Amplify app.

Link copied to clipboard

The description for the branch that is part of an Amplify app.

Link copied to clipboard

The destination branch if the branch is a pull request branch.

Link copied to clipboard

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

Link copied to clipboard

Enables auto-building on push for a branch of an Amplify app.

Link copied to clipboard

Enables basic authorization for a branch of an Amplify app.

Link copied to clipboard

Enables notifications for a branch that is part of an Amplify app.

Link copied to clipboard

Enables performance mode for the branch.

Link copied to clipboard

Enables pull request previews for the branch.

Link copied to clipboard

Specifies whether the skew protection feature is enabled for the branch.

Link copied to clipboard

The environment variables specific to a branch of an Amplify app.

Link copied to clipboard

The framework for a branch of an Amplify app.

Link copied to clipboard

The Amplify environment name for the pull request.

Link copied to clipboard

The source branch if the branch is a pull request branch.

Link copied to clipboard
var stage: Stage?

The current stage for the branch that is part of an Amplify app.

Link copied to clipboard

The tag for the branch of an Amplify app.

Link copied to clipboard

The thumbnail URL for the branch of an Amplify app.

Link copied to clipboard

The total number of jobs that are part of an Amplify app.

Link copied to clipboard
var ttl: String?

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

Link copied to clipboard

A timestamp for the last updated time for a branch.

Functions

Link copied to clipboard
fun backend(block: Backend.Builder.() -> Unit)