exclusions

@JvmName(name = "cworjgddpmjxgjej")
suspend fun exclusions(value: Output<List<BillingAccountSinkExclusionArgs>>)
@JvmName(name = "kuxyflwhcnxpxhnt")
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 = "ubtxyyhwlwtvqehy")
suspend fun exclusions(vararg values: Output<BillingAccountSinkExclusionArgs>)


@JvmName(name = "tbuhgnvwilxbpfom")
suspend fun exclusions(values: List<Output<BillingAccountSinkExclusionArgs>>)
@JvmName(name = "xpuarhtbjbiiraho")
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 = "blvnnxdkjheegljy")
suspend fun exclusions(argument: List<suspend BillingAccountSinkExclusionArgsBuilder.() -> Unit>)
@JvmName(name = "qksxdpxtlikjhvlv")
suspend fun exclusions(vararg argument: suspend BillingAccountSinkExclusionArgsBuilder.() -> Unit)
@JvmName(name = "lvyqhflqybdlqaln")
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.