exclusions

@JvmName(name = "thnoeammaskwanql")
suspend fun exclusions(value: Output<List<FolderSinkExclusionArgs>>)
@JvmName(name = "xhpsaargwbrbdjae")
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 = "mnbhmqjilpmlwmvw")
suspend fun exclusions(vararg values: Output<FolderSinkExclusionArgs>)


@JvmName(name = "omcbngjnapvxjxkp")
suspend fun exclusions(values: List<Output<FolderSinkExclusionArgs>>)
@JvmName(name = "adhrcvxehqprtyyr")
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 = "dsgjkyahmvobtijv")
suspend fun exclusions(argument: List<suspend FolderSinkExclusionArgsBuilder.() -> Unit>)
@JvmName(name = "ayoeawmqefosvcom")
suspend fun exclusions(vararg argument: suspend FolderSinkExclusionArgsBuilder.() -> Unit)
@JvmName(name = "uhlpjuhbqmyrnoht")
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.