Pages Project Deployment Configs Args
data class PagesProjectDeploymentConfigsArgs(val preview: Output<PagesProjectDeploymentConfigsPreviewArgs>, val production: Output<PagesProjectDeploymentConfigsProductionArgs>) : ConvertibleToJava<PagesProjectDeploymentConfigsArgs>
Constructors
Link copied to clipboard
constructor(preview: Output<PagesProjectDeploymentConfigsPreviewArgs>, production: Output<PagesProjectDeploymentConfigsProductionArgs>)