DeploymentResourcePropertiesArgs

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)

Properties

Link copied to clipboard
val active: Output<Boolean>? = null

Indicates whether the Deployment is active

Link copied to clipboard

Deployment settings of the Deployment

Link copied to clipboard
val source: Output<Any>? = null

Uploaded source information of the deployment.

Functions

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