@pulumi/awsx
Version:
[](https://github.com/pulumi/pulumi-awsx/actions) [](https://slack.pulumi.com) [
* in the Amazon CloudWatch User Guide.
*
* * Choose a metric that changes proportionally with capacity. The value of the metric should
* increase or decrease in inverse proportion to the number of capacity units. That is, the value
* of the metric should decrease when capacity increases.
*/
export interface CustomMetricTargetTrackingPolicyArgs extends TargetTrackingPolicyArgs {
/** The metric to track */
metric: cloudwatch.Metric;
}
//# sourceMappingURL=targetTracking.d.ts.map