GetMetricFilterPlainArgs

data class GetMetricFilterPlainArgs(val filterName: String, val logGroupName: String) : ConvertibleToJava<GetMetricFilterPlainArgs>

Constructors

Link copied to clipboard
constructor(filterName: String, logGroupName: String)

Properties

Link copied to clipboard

The name of the metric filter.

Link copied to clipboard

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

Functions

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