exclusions

@JvmName(name = "ckkrlicqnnpfmrmk")
suspend fun exclusions(value: Output<List<FolderSinkExclusionArgs>>)
@JvmName(name = "pitcdwakjnxihcdy")
suspend fun exclusions(value: List<FolderSinkExclusionArgs>?)

Parameters

value

Log entries that match any of the exclusion filters will not be exported. If a log entry is matched by both filter and one of exclusions.filter, it will not be exported. Can be repeated multiple times for multiple exclusions. Structure is documented below.


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


@JvmName(name = "ipxrktqyinomtjdx")
suspend fun exclusions(values: List<Output<FolderSinkExclusionArgs>>)
@JvmName(name = "cgundncslbovuwvw")
suspend fun exclusions(vararg values: FolderSinkExclusionArgs)

Parameters

values

Log entries that match any of the exclusion filters will not be exported. If a log entry is matched by both filter and one of exclusions.filter, it will not be exported. Can be repeated multiple times for multiple exclusions. Structure is documented below.


@JvmName(name = "diaehvrggvcdbwvf")
suspend fun exclusions(argument: List<suspend FolderSinkExclusionArgsBuilder.() -> Unit>)
@JvmName(name = "hrsjbntvabfrkcsr")
suspend fun exclusions(vararg argument: suspend FolderSinkExclusionArgsBuilder.() -> Unit)
@JvmName(name = "aetbvfvrbcpuaflh")
suspend fun exclusions(argument: suspend FolderSinkExclusionArgsBuilder.() -> Unit)

Parameters

argument

Log entries that match any of the exclusion filters will not be exported. If a log entry is matched by both filter and one of exclusions.filter, it will not be exported. Can be repeated multiple times for multiple exclusions. Structure is documented below.