exclusions

@JvmName(name = "yvkqkeuabqirvxun")
suspend fun exclusions(value: Output<List<FolderSinkExclusionArgs>>)
@JvmName(name = "odknnvfxfbsbmchw")
suspend fun exclusions(value: List<FolderSinkExclusionArgs>?)

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


@JvmName(name = "axsngxvtdxmyfwrk")
suspend fun exclusions(values: List<Output<FolderSinkExclusionArgs>>)
@JvmName(name = "phjoapnmmriahemw")
suspend fun exclusions(vararg values: FolderSinkExclusionArgs)

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 = "ndimawwssqrkduxw")
suspend fun exclusions(argument: List<suspend FolderSinkExclusionArgsBuilder.() -> Unit>)
@JvmName(name = "mxnoiufcqwfxlkjs")
suspend fun exclusions(vararg argument: suspend FolderSinkExclusionArgsBuilder.() -> Unit)
@JvmName(name = "oapmrnxmvhawjive")
suspend fun exclusions(argument: suspend FolderSinkExclusionArgsBuilder.() -> 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.