includeFilters

@JvmName(name = "jvdbeqndjmexlywd")
suspend fun includeFilters(value: Output<List<MetricStreamIncludeFilterArgs>>)
@JvmName(name = "xfxfcadssquwkacf")
suspend fun includeFilters(value: List<MetricStreamIncludeFilterArgs>?)

Parameters

value

List of inclusive metric filters. If you specify this parameter, the stream sends only the metrics from the metric namespaces that you specify here. Conflicts with exclude_filter.


@JvmName(name = "oegtjmmcnmqjooxr")
suspend fun includeFilters(vararg values: Output<MetricStreamIncludeFilterArgs>)


@JvmName(name = "lrpaybagstqormxn")
suspend fun includeFilters(values: List<Output<MetricStreamIncludeFilterArgs>>)
@JvmName(name = "vcovgacclvhtetea")
suspend fun includeFilters(vararg values: MetricStreamIncludeFilterArgs)

Parameters

values

List of inclusive metric filters. If you specify this parameter, the stream sends only the metrics from the metric namespaces that you specify here. Conflicts with exclude_filter.


@JvmName(name = "hiigxhjexlqvuwtt")
suspend fun includeFilters(argument: List<suspend MetricStreamIncludeFilterArgsBuilder.() -> Unit>)
@JvmName(name = "gywlnjrjgqtavxfp")
suspend fun includeFilters(vararg argument: suspend MetricStreamIncludeFilterArgsBuilder.() -> Unit)
@JvmName(name = "hvtluwslojqyfwav")
suspend fun includeFilters(argument: suspend MetricStreamIncludeFilterArgsBuilder.() -> Unit)

Parameters

argument

List of inclusive metric filters. If you specify this parameter, the stream sends only the metrics from the metric namespaces that you specify here. Conflicts with exclude_filter.