exclusions

@JvmName(name = "hyeqcxpjgqlcyonm")
suspend fun exclusions(value: Output<List<ProjectSinkExclusionArgs>>)
@JvmName(name = "vfmfjebdcylfbclw")
suspend fun exclusions(value: List<ProjectSinkExclusionArgs>?)

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


@JvmName(name = "gninlkiqkwhosdcj")
suspend fun exclusions(values: List<Output<ProjectSinkExclusionArgs>>)
@JvmName(name = "ckqqstxrxtlnjyuo")
suspend fun exclusions(vararg values: ProjectSinkExclusionArgs)

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 = "depgicxtuyowkhek")
suspend fun exclusions(argument: List<suspend ProjectSinkExclusionArgsBuilder.() -> Unit>)
@JvmName(name = "lmdtoquuvrglgdbw")
suspend fun exclusions(vararg argument: suspend ProjectSinkExclusionArgsBuilder.() -> Unit)
@JvmName(name = "umrvveboxqrfpukf")
suspend fun exclusions(argument: suspend ProjectSinkExclusionArgsBuilder.() -> 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.