Container Fleet Deployment Configuration
data class ContainerFleetDeploymentConfiguration(val impairmentStrategy: ContainerFleetDeploymentConfigurationImpairmentStrategy? = null, val minimumHealthyPercentage: Int? = null, val protectionStrategy: ContainerFleetDeploymentConfigurationProtectionStrategy? = null)
Provides details about how to drain old tasks and replace them with new updated tasks.
Constructors
Link copied to clipboard
constructor(impairmentStrategy: ContainerFleetDeploymentConfigurationImpairmentStrategy? = null, minimumHealthyPercentage: Int? = null, protectionStrategy: ContainerFleetDeploymentConfigurationProtectionStrategy? = null)