dimensions

@JvmName(name = "kjdcqrpbiatsypqb")
suspend fun dimensions(value: Output<List<ScalingPolicyMetricDimensionArgs>>)
@JvmName(name = "xuycttiidvvwnsbt")
suspend fun dimensions(value: List<ScalingPolicyMetricDimensionArgs>?)

Parameters

value

The dimensions for the metric. For the list of available dimensions, see the AWS documentation available from the table in AWS services that publish CloudWatch metrics in the Amazon CloudWatch User Guide . Conditional: If you published your metric with dimensions, you must specify the same dimensions in your scaling policy.


@JvmName(name = "mgakowyxifaocmeb")
suspend fun dimensions(vararg values: Output<ScalingPolicyMetricDimensionArgs>)


@JvmName(name = "rshfpowbbwoygxpo")
suspend fun dimensions(values: List<Output<ScalingPolicyMetricDimensionArgs>>)
@JvmName(name = "htyjuthwsdlemahv")
suspend fun dimensions(vararg values: ScalingPolicyMetricDimensionArgs)

Parameters

values

The dimensions for the metric. For the list of available dimensions, see the AWS documentation available from the table in AWS services that publish CloudWatch metrics in the Amazon CloudWatch User Guide . Conditional: If you published your metric with dimensions, you must specify the same dimensions in your scaling policy.


@JvmName(name = "xrspvnuadboypckc")
suspend fun dimensions(argument: List<suspend ScalingPolicyMetricDimensionArgsBuilder.() -> Unit>)
@JvmName(name = "kppdfmmbnxbjlajp")
suspend fun dimensions(vararg argument: suspend ScalingPolicyMetricDimensionArgsBuilder.() -> Unit)
@JvmName(name = "pbifbbrbmfgyyynx")
suspend fun dimensions(argument: suspend ScalingPolicyMetricDimensionArgsBuilder.() -> Unit)

Parameters

argument

The dimensions for the metric. For the list of available dimensions, see the AWS documentation available from the table in AWS services that publish CloudWatch metrics in the Amazon CloudWatch User Guide . Conditional: If you published your metric with dimensions, you must specify the same dimensions in your scaling policy.