predefined Load Metric Specification
suspend fun predefinedLoadMetricSpecification(value: Output<ScalingPlanScalingInstructionPredefinedLoadMetricSpecificationArgs>)
suspend fun predefinedLoadMetricSpecification(value: ScalingPlanScalingInstructionPredefinedLoadMetricSpecificationArgs?)
Parameters
value
Predefined load metric to use for predictive scaling. You must specify either predefined_load_metric_specification
or customized_load_metric_specification
when configuring predictive scaling. More details can be found in the AWS Auto Scaling API Reference.
suspend fun predefinedLoadMetricSpecification(argument: suspend ScalingPlanScalingInstructionPredefinedLoadMetricSpecificationArgsBuilder.() -> Unit)
Parameters
argument
Predefined load metric to use for predictive scaling. You must specify either predefined_load_metric_specification
or customized_load_metric_specification
when configuring predictive scaling. More details can be found in the AWS Auto Scaling API Reference.