PagesProjectSourceConfigArgs

data class PagesProjectSourceConfigArgs(val deploymentsEnabled: Output<Boolean>? = null, val owner: Output<String>? = null, val pathExcludes: Output<List<String>>? = null, val pathIncludes: Output<List<String>>? = null, val prCommentsEnabled: Output<Boolean>? = null, val previewBranchExcludes: Output<List<String>>? = null, val previewBranchIncludes: Output<List<String>>? = null, val previewDeploymentSetting: Output<String>? = null, val productionBranch: Output<String>? = null, val productionDeploymentsEnabled: Output<Boolean>? = null, val repoName: Output<String>? = null) : ConvertibleToJava<PagesProjectSourceConfigArgs>

Constructors

Link copied to clipboard
constructor(deploymentsEnabled: Output<Boolean>? = null, owner: Output<String>? = null, pathExcludes: Output<List<String>>? = null, pathIncludes: Output<List<String>>? = null, prCommentsEnabled: Output<Boolean>? = null, previewBranchExcludes: Output<List<String>>? = null, previewBranchIncludes: Output<List<String>>? = null, previewDeploymentSetting: Output<String>? = null, productionBranch: Output<String>? = null, productionDeploymentsEnabled: Output<Boolean>? = null, repoName: Output<String>? = null)

Properties

Link copied to clipboard
val deploymentsEnabled: Output<Boolean>? = null
Link copied to clipboard
val owner: Output<String>? = null
Link copied to clipboard
val pathExcludes: Output<List<String>>? = null
Link copied to clipboard
val pathIncludes: Output<List<String>>? = null
Link copied to clipboard
val prCommentsEnabled: Output<Boolean>? = null
Link copied to clipboard
val previewBranchExcludes: Output<List<String>>? = null
Link copied to clipboard
val previewBranchIncludes: Output<List<String>>? = null
Link copied to clipboard
val previewDeploymentSetting: Output<String>? = null

Available values: "all", "none", "custom".

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

Functions

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