On Error Deployment Args
data class OnErrorDeploymentArgs(val deploymentName: Output<String>? = null, val type: Output<OnErrorDeploymentType>? = null) : ConvertibleToJava<OnErrorDeploymentArgs>
Deployment on error behavior.