interface PredictiveScalingPredefinedLoadMetricProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.ApplicationAutoScaling.CfnScalingPolicy.PredictiveScalingPredefinedLoadMetricProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsapplicationautoscaling#CfnScalingPolicy_PredictiveScalingPredefinedLoadMetricProperty |
Java | software.amazon.awscdk.services.applicationautoscaling.CfnScalingPolicy.PredictiveScalingPredefinedLoadMetricProperty |
Python | aws_cdk.aws_applicationautoscaling.CfnScalingPolicy.PredictiveScalingPredefinedLoadMetricProperty |
TypeScript | aws-cdk-lib » aws_applicationautoscaling » CfnScalingPolicy » PredictiveScalingPredefinedLoadMetricProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_applicationautoscaling as appscaling } from 'aws-cdk-lib';
const predictiveScalingPredefinedLoadMetricProperty: appscaling.CfnScalingPolicy.PredictiveScalingPredefinedLoadMetricProperty = {
predefinedMetricType: 'predefinedMetricType',
// the properties below are optional
resourceLabel: 'resourceLabel',
};
Properties
Name | Type | Description |
---|---|---|
predefined | string | |
resource | string |
predefinedMetricType
Type:
string
resourceLabel?
Type:
string
(optional)