metricValue

@JvmName(name = "mpbycjwerqtvxvsj")
suspend fun metricValue(value: Output<String>)
@JvmName(name = "oaslwgvfdrvdqupe")
suspend fun metricValue(value: String)

Parameters

value

The value that is published to the CloudWatch metric. For example, if you're counting the occurrences of a particular term like `Error`, specify 1 for the metric value. If you're counting the number of bytes transferred, reference the value that is in the log event by using $. followed by the name of the field that you specified in the filter pattern, such as `$.size`.