exclusions

@JvmName(name = "dgunxjiivbgtlgar")
suspend fun exclusions(value: Output<List<FolderSinkExclusionArgs>>)
@JvmName(name = "jgnlvqtbooysgdhs")
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 = "stycmtmeigoycddh")
suspend fun exclusions(vararg values: Output<FolderSinkExclusionArgs>)


@JvmName(name = "gnlmlnubiubbpmct")
suspend fun exclusions(values: List<Output<FolderSinkExclusionArgs>>)
@JvmName(name = "qxdcbfofoquskyxa")
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 = "nurlileotgnduflr")
suspend fun exclusions(argument: List<suspend FolderSinkExclusionArgsBuilder.() -> Unit>)
@JvmName(name = "jhtcetgaikhpyicf")
suspend fun exclusions(vararg argument: suspend FolderSinkExclusionArgsBuilder.() -> Unit)
@JvmName(name = "ghmxgmcevpjmhnuo")
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.