MetricFilterMetricTransformation

data class MetricFilterMetricTransformation(val defaultValue: Double? = null, val dimensions: List<MetricFilterDimension>? = null, val metricName: String, val metricNamespace: String, val metricValue: String, val unit: MetricFilterMetricTransformationUnit? = null)

Constructors

Link copied to clipboard
fun MetricFilterMetricTransformation(defaultValue: Double? = null, dimensions: List<MetricFilterDimension>? = null, metricName: String, metricNamespace: String, metricValue: String, unit: MetricFilterMetricTransformationUnit? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val defaultValue: Double? = null

The value to emit when a filter pattern does not match a log event. This value can be null.

Link copied to clipboard

Dimensions are the key-value pairs that further define a metric

Link copied to clipboard

The name of the CloudWatch metric. Metric name must be in ASCII format.

Link copied to clipboard

The namespace of the CloudWatch metric.

Link copied to clipboard

The value to publish to the CloudWatch metric when a filter pattern matches a log event.

Link copied to clipboard

The unit to assign to the metric. If you omit this, the unit is set as None.