Struct rusoto_logs::MetricTransformation [] [src]

pub struct MetricTransformation {
    pub default_value: Option<f64>,
    pub metric_name: String,
    pub metric_namespace: String,
    pub metric_value: String,
}

Indicates how to transform ingested log events into metric data in a CloudWatch metric.

Fields

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

The name of the CloudWatch metric.

The namespace of the CloudWatch metric.

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

Trait Implementations

impl Default for MetricTransformation
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for MetricTransformation
[src]

[src]

Formats the value using the given formatter.

impl Clone for MetricTransformation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more