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>
Constructors
Link copied to clipboard
fun FolderSinkExclusionArgs(description: Output<String>? = null, disabled: Output<Boolean>? = null, filter: Output<String>, name: Output<String>)
Functions
Properties
Link copied to clipboard
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.