ContainerFleetDeploymentConfiguration

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The strategy to apply in case of impairment; defaults to MAINTAIN.

Link copied to clipboard

The minimum percentage of healthy required; defaults to 75.

Link copied to clipboard

The protection strategy for deployment on the container fleet; defaults to WITH_PROTECTION.