interface HighAvailabilityConfigProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.M2.CfnEnvironment.HighAvailabilityConfigProperty |
Java | software.amazon.awscdk.services.m2.CfnEnvironment.HighAvailabilityConfigProperty |
Python | aws_cdk.aws_m2.CfnEnvironment.HighAvailabilityConfigProperty |
TypeScript | @aws-cdk/aws-m2 » CfnEnvironment » HighAvailabilityConfigProperty |
Defines the details of a high availability configuration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as m2 from '@aws-cdk/aws-m2';
const highAvailabilityConfigProperty: m2.CfnEnvironment.HighAvailabilityConfigProperty = {
desiredCapacity: 123,
};
Properties
Name | Type | Description |
---|---|---|
desired | number | The number of instances in a high availability configuration. |
desiredCapacity
Type:
number
The number of instances in a high availability configuration.