MetricFilter

class MetricFilter : KotlinCustomResource

The `AWS::Logs::MetricFilter` resource specifies a metric filter that describes how CWL extracts information from logs and transforms it into Amazon CloudWatch metrics. If you have multiple metric filters that are associated with a log group, all the filters are applied to the log streams in that group. The maximum number of metric filters that can be associated with a log group is 100.

Properties

Link copied to clipboard
val filterName: Output<String>?

The name of the metric filter.

Link copied to clipboard
val filterPattern: Output<String>

A filter pattern for extracting metric data out of ingested log events. For more information, see Filter and Pattern Syntax.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val logGroupName: Output<String>

The name of an existing log group that you want to associate with this metric filter.

Link copied to clipboard

The metric transformations.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>