excludeFilters

@JvmName(name = "pfwoonqkkmignfkt")
suspend fun excludeFilters(value: Output<List<MetricStreamExcludeFilterArgs>>)
@JvmName(name = "sogwnwdhflhtcava")
suspend fun excludeFilters(value: List<MetricStreamExcludeFilterArgs>?)

Parameters

value

List of exclusive metric filters. If you specify this parameter, the stream sends metrics from all metric namespaces except for the namespaces and the conditional metric names that you specify here. If you don't specify metric names or provide empty metric names whole metric namespace is excluded. Conflicts with include_filter.


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


@JvmName(name = "twafywbbgunxbkiv")
suspend fun excludeFilters(values: List<Output<MetricStreamExcludeFilterArgs>>)
@JvmName(name = "ntdhgbcybwocmvdg")
suspend fun excludeFilters(vararg values: MetricStreamExcludeFilterArgs)

Parameters

values

List of exclusive metric filters. If you specify this parameter, the stream sends metrics from all metric namespaces except for the namespaces and the conditional metric names that you specify here. If you don't specify metric names or provide empty metric names whole metric namespace is excluded. Conflicts with include_filter.


@JvmName(name = "golajkbnltyqmadr")
suspend fun excludeFilters(argument: List<suspend MetricStreamExcludeFilterArgsBuilder.() -> Unit>)
@JvmName(name = "lchujvavrwyinehu")
suspend fun excludeFilters(vararg argument: suspend MetricStreamExcludeFilterArgsBuilder.() -> Unit)
@JvmName(name = "imhftbhwxpqngktf")
suspend fun excludeFilters(argument: suspend MetricStreamExcludeFilterArgsBuilder.() -> Unit)

Parameters

argument

List of exclusive metric filters. If you specify this parameter, the stream sends metrics from all metric namespaces except for the namespaces and the conditional metric names that you specify here. If you don't specify metric names or provide empty metric names whole metric namespace is excluded. Conflicts with include_filter.