exclusions

@JvmName(name = "qjeerleqgwqufaou")
suspend fun exclusions(value: Output<List<OrganizationSinkExclusionArgs>>)
@JvmName(name = "netgaodcmsfdlexd")
suspend fun exclusions(value: List<OrganizationSinkExclusionArgs>?)

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 = "hyspckvwfmhpexsv")
suspend fun exclusions(vararg values: Output<OrganizationSinkExclusionArgs>)


@JvmName(name = "cswvoyemhycvrvdm")
suspend fun exclusions(values: List<Output<OrganizationSinkExclusionArgs>>)
@JvmName(name = "xfsfyyaohgwyhwfi")
suspend fun exclusions(vararg values: OrganizationSinkExclusionArgs)

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 = "bknihjtygkaxxdoi")
suspend fun exclusions(argument: List<suspend OrganizationSinkExclusionArgsBuilder.() -> Unit>)
@JvmName(name = "ulbjrawopemywwgq")
suspend fun exclusions(vararg argument: suspend OrganizationSinkExclusionArgsBuilder.() -> Unit)
@JvmName(name = "nhvcdmtyiijltktd")
suspend fun exclusions(argument: suspend OrganizationSinkExclusionArgsBuilder.() -> 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.