PagesProjectDeploymentConfigsArgs

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)

Properties

Link copied to clipboard

Configuration for preview deploys.

Link copied to clipboard

Configuration for production deploys.

Functions

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