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