UpdateAppRequest

The request structure for the update app request.

Types

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

Properties

Link copied to clipboard

The personal access token for a GitHub repository for an Amplify app. The personal access token is used to authorize access to a GitHub repository using the Amplify GitHub App. The token is not stored.

Link copied to clipboard

The unique ID for an Amplify app.

Link copied to clipboard

The automated branch creation configuration for an Amplify app.

Link copied to clipboard

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

Link copied to clipboard

The basic authorization credentials for an Amplify app. 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 an Amplify app.

Link copied to clipboard

The custom HTTP headers for an Amplify app.

Link copied to clipboard

The custom redirect and rewrite rules for an Amplify app.

Link copied to clipboard

The description for an Amplify app.

Link copied to clipboard

Enables automated branch creation for an Amplify app.

Link copied to clipboard

Enables basic authorization for an Amplify app.

Link copied to clipboard

Enables branch auto-building for an Amplify app.

Link copied to clipboard

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

Link copied to clipboard

The environment variables for an Amplify app.

Link copied to clipboard

The AWS Identity and Access Management (IAM) service role for an Amplify app.

Link copied to clipboard
val name: String?

The name for an Amplify app.

Link copied to clipboard

The OAuth token for a third-party source control system for an Amplify app. The OAuth token is used to create a webhook and a read-only deploy key using SSH cloning. The OAuth token is not stored.

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

The name of the Git repository for an Amplify app.

Functions

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