excludeFilters

@JvmName(name = "nknndpadctcfvmcn")
suspend fun excludeFilters(value: Output<List<MetricStreamFilterArgs>>)
@JvmName(name = "rhvxgnffoylarlub")
suspend fun excludeFilters(value: List<MetricStreamFilterArgs>?)

Parameters

value

Define which metrics will be not streamed. Metrics matched by multiple instances of MetricStreamFilter are joined with an OR operation by default. If both IncludeFilters and ExcludeFilters are omitted, all metrics in the account will be streamed. IncludeFilters and ExcludeFilters are mutually exclusive. Default to null.


@JvmName(name = "speqcwskunipnncq")
suspend fun excludeFilters(vararg values: Output<MetricStreamFilterArgs>)


@JvmName(name = "cjtqmcgjjyodxdph")
suspend fun excludeFilters(values: List<Output<MetricStreamFilterArgs>>)
@JvmName(name = "xmtoducfxbajtxwn")
suspend fun excludeFilters(vararg values: MetricStreamFilterArgs)

Parameters

values

Define which metrics will be not streamed. Metrics matched by multiple instances of MetricStreamFilter are joined with an OR operation by default. If both IncludeFilters and ExcludeFilters are omitted, all metrics in the account will be streamed. IncludeFilters and ExcludeFilters are mutually exclusive. Default to null.


@JvmName(name = "kauxjsrtmyhiekss")
suspend fun excludeFilters(argument: List<suspend MetricStreamFilterArgsBuilder.() -> Unit>)
@JvmName(name = "jldqkejysjvugynk")
suspend fun excludeFilters(vararg argument: suspend MetricStreamFilterArgsBuilder.() -> Unit)
@JvmName(name = "brguohupishbxado")
suspend fun excludeFilters(argument: suspend MetricStreamFilterArgsBuilder.() -> Unit)

Parameters

argument

Define which metrics will be not streamed. Metrics matched by multiple instances of MetricStreamFilter are joined with an OR operation by default. If both IncludeFilters and ExcludeFilters are omitted, all metrics in the account will be streamed. IncludeFilters and ExcludeFilters are mutually exclusive. Default to null.