Billing Account Sink Exclusion Args
data class BillingAccountSinkExclusionArgs(val description: Output<String>? = null, val disabled: Output<Boolean>? = null, val filter: Output<String>, val name: Output<String>) : ConvertibleToJava<BillingAccountSinkExclusionArgs>
Constructors
Link copied to clipboard
fun BillingAccountSinkExclusionArgs(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.