Show / Hide Table of Contents

Class LogMetricFilterMetricTransformation

Inheritance
System.Object
LogMetricFilterMetricTransformation
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.CloudWatch.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class LogMetricFilterMetricTransformation

Fields

View Source

DefaultValue

The value to emit when a filter pattern does not match a log event.

Declaration
public readonly string DefaultValue
Field Value
Type Description
System.String
View Source

Name

The name of the CloudWatch metric to which the monitored log information should be published (e.g. ErrorCount)

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Namespace

The destination namespace of the CloudWatch metric.

Declaration
public readonly string Namespace
Field Value
Type Description
System.String
View Source

Value

What to publish to the metric. For example, if you're counting the occurrences of a particular term like "Error", the value will be "1" for each occurrence. If you're counting the bytes transferred the published value will be the value in the log event.

Declaration
public readonly string Value
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.