OnErrorDeploymentArgs

data class OnErrorDeploymentArgs(val deploymentName: Output<String>? = null, val type: Output<OnErrorDeploymentType>? = null) : ConvertibleToJava<OnErrorDeploymentArgs>

Deployment on error behavior.

Constructors

Link copied to clipboard
constructor(deploymentName: Output<String>? = null, type: Output<OnErrorDeploymentType>? = null)

Properties

Link copied to clipboard
val deploymentName: Output<String>? = null

The deployment to be used on error case.

Link copied to clipboard
val type: Output<OnErrorDeploymentType>? = null

The deployment on error behavior type. Possible values are LastSuccessful and SpecificDeployment.

Functions

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