exclusions

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


@JvmName(name = "xtfwguhpumgaqmcp")
suspend fun exclusions(values: List<Output<OrganizationSinkExclusionArgs>>)
@JvmName(name = "ihfbnwfuqcesyfwk")
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 = "mavjucwmhpbdeehq")
suspend fun exclusions(argument: List<suspend OrganizationSinkExclusionArgsBuilder.() -> Unit>)
@JvmName(name = "raaudaxxhacvjwre")
suspend fun exclusions(vararg argument: suspend OrganizationSinkExclusionArgsBuilder.() -> Unit)
@JvmName(name = "hycxueevxufafevn")
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.