includeFilters

@JvmName(name = "ddthwnlkfseppcmi")
suspend fun includeFilters(value: Output<List<MetricStreamFilterArgs>>)
@JvmName(name = "paiswavrrclppxhk")
suspend fun includeFilters(value: List<MetricStreamFilterArgs>?)

Parameters

value

Define which metrics will be 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 = "idgpjprrhreevkma")
suspend fun includeFilters(vararg values: Output<MetricStreamFilterArgs>)


@JvmName(name = "iylfeuijyrgcksql")
suspend fun includeFilters(values: List<Output<MetricStreamFilterArgs>>)
@JvmName(name = "irgsovatqbgrtdtm")
suspend fun includeFilters(vararg values: MetricStreamFilterArgs)

Parameters

values

Define which metrics will be 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 = "kjsijxpysvrxdsdj")
suspend fun includeFilters(argument: List<suspend MetricStreamFilterArgsBuilder.() -> Unit>)
@JvmName(name = "vwhyjdwepixtrpkv")
suspend fun includeFilters(vararg argument: suspend MetricStreamFilterArgsBuilder.() -> Unit)
@JvmName(name = "bvvmbkoienaahrbh")
suspend fun includeFilters(argument: suspend MetricStreamFilterArgsBuilder.() -> Unit)

Parameters

argument

Define which metrics will be 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.