AwsLogsMetricFilterPropertiesArgs

data class AwsLogsMetricFilterPropertiesArgs(val filterName: Output<String>? = null, val filterPattern: Output<String>? = null, val logGroupName: Output<String>? = null, val metricTransformations: Output<List<MetricTransformationArgs>>? = null) : ConvertibleToJava<AwsLogsMetricFilterPropertiesArgs>

Definition of awsLogsMetricFilter

Constructors

Link copied to clipboard
constructor(filterName: Output<String>? = null, filterPattern: Output<String>? = null, logGroupName: Output<String>? = null, metricTransformations: Output<List<MetricTransformationArgs>>? = null)

Properties

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

The name of the metric filter.

Link copied to clipboard
val filterPattern: Output<String>? = null

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 logGroupName: Output<String>? = null

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

Link copied to clipboard

The metric transformations.

Functions

Link copied to clipboard
open override fun toJava(): AwsLogsMetricFilterPropertiesArgs