DeploymentConfigZonalConfigMinimumHealthyHostsPerZone class
Constructors
-
DeploymentConfigZonalConfigMinimumHealthyHostsPerZone({Input<
String?> ? type, Input<int?> ? value}) -
Creates a new DeploymentConfigZonalConfigMinimumHealthyHostsPerZone.
typeThe type can either beFLEET_PERCENTorHOST_COUNT.valueThe value when the type isFLEET_PERCENTrepresents the minimum number of healthy instances as a percentage of the total number of instances in the Availability Zone during a deployment. If you specify FLEET_PERCENT, at the start of the deployment, AWS CodeDeploy converts the percentage to the equivalent number of instance and rounds up fractional instances. When the type isHOST_COUNT, the value represents the minimum number of healthy instances in the Availability Zone as an absolute value.const -
DeploymentConfigZonalConfigMinimumHealthyHostsPerZone.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
type
→ Input<
String?> ? -
The type can either be
FLEET_PERCENTorHOST_COUNT.final -
value
→ Input<
int?> ? -
The value when the type is
FLEET_PERCENTrepresents the minimum number of healthy instances as a percentage of the total number of instances in the Availability Zone during a deployment. If you specify FLEET_PERCENT, at the start of the deployment, AWS CodeDeploy converts the percentage to the equivalent number of instance and rounds up fractional instances. When the type isHOST_COUNT, the value represents the minimum number of healthy instances in the Availability Zone as an absolute value.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited