Deployment Resource Properties Args
data class DeploymentResourcePropertiesArgs(val active: Output<Boolean>? = null, val deploymentSettings: Output<DeploymentSettingsArgs>? = null, val source: Output<Any>? = null) : ConvertibleToJava<DeploymentResourcePropertiesArgs>
Deployment resource properties payload
Constructors
Link copied to clipboard
constructor(active: Output<Boolean>? = null, deploymentSettings: Output<DeploymentSettingsArgs>? = null, source: Output<Any>? = null)