MetricFilter

class MetricFilter : KotlinCustomResource

Specifies a metric filter that describes how CloudWatch Logs extracts information from logs and transforms it into Amazon CloudWatch metrics.

Properties

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

A name for the metric filter.

Link copied to clipboard
val filterPattern: Output<String>

Pattern that Logs follows to interpret each entry in a log.

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

Existing log group that you want to associate with this filter.

Link copied to clipboard

A collection of information that defines how metric data gets emitted.

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