Class LogMetricFilterMetricTransformationArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class LogMetricFilterMetricTransformationArgs : ResourceArgs
Constructors
View SourceLogMetricFilterMetricTransformationArgs()
Declaration
public LogMetricFilterMetricTransformationArgs()
Properties
View SourceDefaultValue
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> |
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> |
Namespace
The destination namespace of the CloudWatch metric.
Declaration
public Input<string> Namespace { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |