PagesProjectSourceConfigArgs

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)