interface HorizontalPodAutoscalerControllerConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.EKS.CfnClusterPropsMixin.HorizontalPodAutoscalerControllerConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awseks#CfnClusterPropsMixin_HorizontalPodAutoscalerControllerConfigProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.eks.CfnClusterPropsMixin.HorizontalPodAutoscalerControllerConfigProperty |
Python | aws_cdk.cfn_property_mixins.aws_eks.CfnClusterPropsMixin.HorizontalPodAutoscalerControllerConfigProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_eks » CfnClusterPropsMixin » HorizontalPodAutoscalerControllerConfigProperty |
The horizontal pod autoscaler controller configuration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_eks as eks } from '@aws-cdk/cfn-property-mixins';
const horizontalPodAutoscalerControllerConfigProperty: eks.CfnClusterPropsMixin.HorizontalPodAutoscalerControllerConfigProperty = {
horizontalPodAutoscalerSyncPeriod: 'horizontalPodAutoscalerSyncPeriod',
};
Properties
| Name | Type | Description |
|---|---|---|
| horizontal | string | The interval between each sync of the horizontal pod autoscaler (e.g., 15s, 1m). |
horizontalPodAutoscalerSyncPeriod?
Type:
string
(optional)
The interval between each sync of the horizontal pod autoscaler (e.g., 15s, 1m).

.NET
Go
Java
Python
TypeScript