Folder Sink Exclusion Args
data class FolderSinkExclusionArgs(val description: Output<String>? = null, val disabled: Output<Boolean>? = null, val filter: Output<String>, val name: Output<String>) : ConvertibleToJava<FolderSinkExclusionArgs>
Properties
Link copied to clipboard
A description of this exclusion.
Link copied to clipboard
An advanced logs filter that matches the log entries to be excluded. By using the sample function, you can exclude less than 100% of the matching log entries. See Advanced Log Filters for information on how to write a filter.