interface HighAvailabilityConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.M2.CfnEnvironment.HighAvailabilityConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsm2#CfnEnvironment_HighAvailabilityConfigProperty |
![]() | software.amazon.awscdk.services.m2.CfnEnvironment.HighAvailabilityConfigProperty |
![]() | aws_cdk.aws_m2.CfnEnvironment.HighAvailabilityConfigProperty |
![]() | aws-cdk-lib » aws_m2 » CfnEnvironment » HighAvailabilityConfigProperty |
AWS Mainframe Modernization Service (Managed Runtime Environment experience) will no longer be open to new customers starting on November 7, 2025.
If you would like to use the service, please sign up prior to November 7, 2025. For capabilities similar to AWS Mainframe Modernization Service (Managed Runtime Environment experience) explore AWS Mainframe Modernization Service (Self-Managed Experience). Existing customers can continue to use the service as normal. For more information, see AWS Mainframe Modernization availability change .
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 { aws_m2 as m2 } from 'aws-cdk-lib';
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.
The minimum possible value is 1 and the maximum is 100.