ServiceDeploymentConfigurationArgs

data class ServiceDeploymentConfigurationArgs(val alarms: Output<ServiceDeploymentAlarmsArgs>? = null, val deploymentCircuitBreaker: Output<ServiceDeploymentCircuitBreakerArgs>? = null, val maximumPercent: Output<Int>? = null, val minimumHealthyPercent: Output<Int>? = null) : ConvertibleToJava<ServiceDeploymentConfigurationArgs>

Constructors

Link copied to clipboard
fun ServiceDeploymentConfigurationArgs(alarms: Output<ServiceDeploymentAlarmsArgs>? = null, deploymentCircuitBreaker: Output<ServiceDeploymentCircuitBreakerArgs>? = null, maximumPercent: Output<Int>? = null, minimumHealthyPercent: Output<Int>? = null)

Functions

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

Properties

Link copied to clipboard
val alarms: Output<ServiceDeploymentAlarmsArgs>? = null
Link copied to clipboard
val maximumPercent: Output<Int>? = null
Link copied to clipboard
val minimumHealthyPercent: Output<Int>? = null