App

class App

Represents the different branches of a repository for building, deploying, and hosting an Amplify app.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the Amplify app.

Link copied to clipboard

The unique ID of the Amplify app.

Link copied to clipboard

Describes the automated branch creation configuration for the Amplify app.

Link copied to clipboard

Describes the automated branch creation glob patterns for the Amplify app.

Link copied to clipboard

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

Link copied to clipboard

Describes the content of the build specification (build spec) for the Amplify app.

Link copied to clipboard

Creates a date and time for the Amplify app.

Link copied to clipboard

Describes the custom HTTP headers for the Amplify app.

Link copied to clipboard

Describes the custom redirect and rewrite rules for the Amplify app.

Link copied to clipboard

The default domain for the Amplify app.

Link copied to clipboard

The description for the Amplify app.

Link copied to clipboard

Enables automated branch creation for the Amplify app.

Link copied to clipboard

Enables basic authorization for the Amplify app's branches.

Link copied to clipboard

Enables the auto-building of branches for the Amplify app.

Link copied to clipboard

Automatically disconnect a branch in the Amplify console when you delete a branch from your Git repository.

Link copied to clipboard

The environment variables for the Amplify app.

Link copied to clipboard

The AWS Identity and Access Management (IAM) service role for the Amazon Resource Name (ARN) of the Amplify app.

Link copied to clipboard

The name for the Amplify app.

Link copied to clipboard

The platform for the Amplify app. For a static app, set the platform type to WEB. For a dynamic server-side rendered (SSR) app, set the platform type to WEB_COMPUTE. For an app requiring Amplify Hosting's original SSR support only, set the platform type to WEB_DYNAMIC.

Link copied to clipboard

Describes the information about a production branch of the Amplify app.

Link copied to clipboard

The Git repository for the Amplify app.

Link copied to clipboard

This is for internal use.

Link copied to clipboard

The tag for the Amplify app.

Link copied to clipboard

Updates the date and time for the Amplify app.

Functions

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