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