
com.pulumi.aws.amplify.kotlin.inputs.AppAutoBranchCreationConfigArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.amplify.kotlin.inputs
import com.pulumi.aws.amplify.inputs.AppAutoBranchCreationConfigArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Boolean
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
*
* @property basicAuthCredentials Basic authorization credentials for the autocreated branch.
* @property buildSpec Build specification (build spec) for the autocreated branch.
* @property enableAutoBuild Enables auto building for the autocreated branch.
* @property enableBasicAuth Enables basic authorization for the autocreated branch.
* @property enablePerformanceMode Enables performance mode for the branch.
* @property enablePullRequestPreview Enables pull request previews for the autocreated branch.
* @property environmentVariables Environment variables for the autocreated branch.
* @property framework Framework for the autocreated branch.
* @property pullRequestEnvironmentName Amplify environment name for the pull request.
* @property stage Describes the current stage for the autocreated branch. Valid values: `PRODUCTION`, `BETA`, `DEVELOPMENT`, `EXPERIMENTAL`, `PULL_REQUEST`.
*/
public data class AppAutoBranchCreationConfigArgs(
public val basicAuthCredentials: Output? = null,
public val buildSpec: Output? = null,
public val enableAutoBuild: Output? = null,
public val enableBasicAuth: Output? = null,
public val enablePerformanceMode: Output? = null,
public val enablePullRequestPreview: Output? = null,
public val environmentVariables: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy