exclusions

@JvmName(name = "prlmwgnnjrjvkjsh")
suspend fun exclusions(value: Output<List<LogExclusionArgs>>)
@JvmName(name = "olklgubfpkyirkwd")
suspend fun exclusions(value: List<LogExclusionArgs>?)

Parameters

value

Optional. Log entries that match any of these exclusion filters will not be exported.If a log entry is matched by both filter and one of exclusion_filters it will not be exported.


@JvmName(name = "dshqwnrwrwwkrslh")
suspend fun exclusions(vararg values: Output<LogExclusionArgs>)


@JvmName(name = "pjohnubotymakgnd")
suspend fun exclusions(values: List<Output<LogExclusionArgs>>)
@JvmName(name = "fgfrsoibwsqsgwai")
suspend fun exclusions(vararg values: LogExclusionArgs)

Parameters

values

Optional. Log entries that match any of these exclusion filters will not be exported.If a log entry is matched by both filter and one of exclusion_filters it will not be exported.


@JvmName(name = "eujtgaywjrmqfgbw")
suspend fun exclusions(argument: List<suspend LogExclusionArgsBuilder.() -> Unit>)
@JvmName(name = "ecndbdliivvwpvvd")
suspend fun exclusions(vararg argument: suspend LogExclusionArgsBuilder.() -> Unit)
@JvmName(name = "joftmhhqgkutkmsw")
suspend fun exclusions(argument: suspend LogExclusionArgsBuilder.() -> Unit)

Parameters

argument

Optional. Log entries that match any of these exclusion filters will not be exported.If a log entry is matched by both filter and one of exclusion_filters it will not be exported.