exclusions

@JvmName(name = "mpkysduihcmomulo")
suspend fun exclusions(value: Output<List<BillingAccountSinkExclusionArgs>>)
@JvmName(name = "wviywagqiuseiygd")
suspend fun exclusions(value: List<BillingAccountSinkExclusionArgs>?)

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


@JvmName(name = "oemupbjntdmqeypl")
suspend fun exclusions(values: List<Output<BillingAccountSinkExclusionArgs>>)
@JvmName(name = "axesytpebuslfonq")
suspend fun exclusions(vararg values: BillingAccountSinkExclusionArgs)

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 = "apoqbmbsyuiepaih")
suspend fun exclusions(argument: List<suspend BillingAccountSinkExclusionArgsBuilder.() -> Unit>)
@JvmName(name = "edphkwvmlokfiahs")
suspend fun exclusions(vararg argument: suspend BillingAccountSinkExclusionArgsBuilder.() -> Unit)
@JvmName(name = "owncimupaxjqpcbq")
suspend fun exclusions(argument: suspend BillingAccountSinkExclusionArgsBuilder.() -> 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.