Show / Hide Table of Contents

Class LogMetricFilterMetricTransformationGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
LogMetricFilterMetricTransformationGetArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class LogMetricFilterMetricTransformationGetArgs : ResourceArgs

Constructors

View Source

LogMetricFilterMetricTransformationGetArgs()

Declaration
public LogMetricFilterMetricTransformationGetArgs()

Properties

View Source

DefaultValue

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

Declaration
public Input<string> DefaultValue { get; set; }
Property Value
Type Description
Input<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 Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Namespace

The destination namespace of the CloudWatch metric.

Declaration
public Input<string> Namespace { get; set; }
Property Value
Type Description
Input<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 Input<string> Value { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.