Pages Project Source Config Args
data class PagesProjectSourceConfigArgs(val deploymentsEnabled: Output<Boolean>? = null, val owner: Output<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>, val productionDeploymentEnabled: Output<Boolean>? = null, val repoName: Output<String>? = null) : ConvertibleToJava<PagesProjectSourceConfigArgs>
Constructors
Link copied to clipboard
constructor(deploymentsEnabled: Output<Boolean>? = null, owner: Output<String>? = null, prCommentsEnabled: Output<Boolean>? = null, previewBranchExcludes: Output<List<String>>? = null, previewBranchIncludes: Output<List<String>>? = null, previewDeploymentSetting: Output<String>? = null, productionBranch: Output<String>, productionDeploymentEnabled: Output<Boolean>? = null, repoName: Output<String>? = null)