exclusions

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


@JvmName(name = "aoqowdnfagqnblof")
suspend fun exclusions(values: List<Output<BillingAccountSinkExclusionArgs>>)
@JvmName(name = "qqjxedmxpkyxgffn")
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 = "wxeqkrnmwsgjowyf")
suspend fun exclusions(argument: List<suspend BillingAccountSinkExclusionArgsBuilder.() -> Unit>)
@JvmName(name = "cibgoeojcsnpkugv")
suspend fun exclusions(vararg argument: suspend BillingAccountSinkExclusionArgsBuilder.() -> Unit)
@JvmName(name = "yvuybvdndoytgypy")
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.