getMetricFilter

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.

Return

null

Parameters

argument

null


suspend fun getMetricFilter(filterName: String, logGroupName: String): GetMetricFilterResult

Return

null

Parameters

filterName

The name of the metric filter.

logGroupName

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

See also


Return

null

Parameters

argument

Builder for com.pulumi.awsnative.logs.kotlin.inputs.GetMetricFilterPlainArgs.

See also