AppAutoBranchCreationConfigArgs

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

Constructors

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

Properties

Link copied to clipboard
val basicAuthCredentials: Output<String>? = null

Basic authorization credentials for the autocreated branch.

Link copied to clipboard
val buildSpec: Output<String>? = null

Build specification (build spec) for the autocreated branch.

Link copied to clipboard
val enableAutoBuild: Output<Boolean>? = null

Enables auto building for the autocreated branch.

Link copied to clipboard
val enableBasicAuth: Output<Boolean>? = null

Enables basic authorization for the autocreated branch.

Link copied to clipboard
val enablePerformanceMode: Output<Boolean>? = null

Enables performance mode for the branch.

Link copied to clipboard
val enablePullRequestPreview: Output<Boolean>? = null

Enables pull request previews for the autocreated branch.

Link copied to clipboard
val environmentVariables: Output<Map<String, String>>? = null

Environment variables for the autocreated branch.

Link copied to clipboard
val framework: Output<String>? = null

Framework for the autocreated branch.

Link copied to clipboard
val pullRequestEnvironmentName: Output<String>? = null

Amplify environment name for the pull request.

Link copied to clipboard
val stage: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): AppAutoBranchCreationConfigArgs