interface MinimumHealthyHostsPerZoneProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CodeDeploy.CfnDeploymentConfig.MinimumHealthyHostsPerZoneProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscodedeploy#CfnDeploymentConfig_MinimumHealthyHostsPerZoneProperty |
![]() | software.amazon.awscdk.services.codedeploy.CfnDeploymentConfig.MinimumHealthyHostsPerZoneProperty |
![]() | aws_cdk.aws_codedeploy.CfnDeploymentConfig.MinimumHealthyHostsPerZoneProperty |
![]() | aws-cdk-lib » aws_codedeploy » CfnDeploymentConfig » MinimumHealthyHostsPerZoneProperty |
Information about the minimum number of healthy instances per Availability Zone.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_codedeploy as codedeploy } from 'aws-cdk-lib';
const minimumHealthyHostsPerZoneProperty: codedeploy.CfnDeploymentConfig.MinimumHealthyHostsPerZoneProperty = {
type: 'type',
value: 123,
};
Properties
Name | Type | Description |
---|---|---|
type | string | The type associated with the MinimumHealthyHostsPerZone option. |
value | number | The value associated with the MinimumHealthyHostsPerZone option. |
type
Type:
string
The type
associated with the MinimumHealthyHostsPerZone
option.
value
Type:
number
The value
associated with the MinimumHealthyHostsPerZone
option.