exclusions

@JvmName(name = "kdnwtljelptgscrj")
suspend fun exclusions(value: Output<List<OrganizationSinkExclusionArgs>>)
@JvmName(name = "rmhceodbgqviyibm")
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 = "grjceutmqbnjxvph")
suspend fun exclusions(vararg values: Output<OrganizationSinkExclusionArgs>)


@JvmName(name = "ijppwwfwjxvafmej")
suspend fun exclusions(values: List<Output<OrganizationSinkExclusionArgs>>)
@JvmName(name = "gulexgmcikqwhogv")
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 = "fbspvowpmpuaqgxj")
suspend fun exclusions(argument: List<suspend OrganizationSinkExclusionArgsBuilder.() -> Unit>)
@JvmName(name = "sdfmusbfjkfwybej")
suspend fun exclusions(vararg argument: suspend OrganizationSinkExclusionArgsBuilder.() -> Unit)
@JvmName(name = "vyqjeinigwpvrpqx")
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.