AppAutoBranchCreationConfig

data class AppAutoBranchCreationConfig(val basicAuthCredentials: String? = null, val buildSpec: String? = null, val enableAutoBuild: Boolean? = null, val enableBasicAuth: Boolean? = null, val enablePerformanceMode: Boolean? = null, val enablePullRequestPreview: Boolean? = null, val environmentVariables: Map<String, String>? = null, val framework: String? = null, val pullRequestEnvironmentName: String? = null, val stage: String? = null)

Constructors

Link copied to clipboard
constructor(basicAuthCredentials: String? = null, buildSpec: String? = null, enableAutoBuild: Boolean? = null, enableBasicAuth: Boolean? = null, enablePerformanceMode: Boolean? = null, enablePullRequestPreview: Boolean? = null, environmentVariables: Map<String, String>? = null, framework: String? = null, pullRequestEnvironmentName: String? = null, stage: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Basic authorization credentials for the autocreated branch.

Link copied to clipboard
val buildSpec: String? = null

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

Environment variables for the autocreated branch.

Link copied to clipboard
val framework: String? = null

Framework for the autocreated branch.

Link copied to clipboard

Amplify environment name for the pull request.

Link copied to clipboard
val stage: String? = null

Describes the current stage for the autocreated branch. Valid values: PRODUCTION, BETA, DEVELOPMENT, EXPERIMENTAL, PULL_REQUEST.