AwsLogsMetricFilterPropertiesResponse

data class AwsLogsMetricFilterPropertiesResponse(val filterName: String? = null, val filterPattern: String? = null, val logGroupName: String? = null, val metricTransformations: List<MetricTransformationResponse>? = null)

Definition of awsLogsMetricFilter

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val filterName: String? = null

The name of the metric filter.

Link copied to clipboard
val filterPattern: 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: 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.