Billing Account Bucket View Args
data class BillingAccountBucketViewArgs(val billingAccountId: Output<String>? = null, val bucketId: Output<String>? = null, val description: Output<String>? = null, val filter: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val viewId: Output<String>? = null) : ConvertibleToJava<BillingAccountBucketViewArgs>
Creates a view over log entries in a log bucket. A bucket may contain a maximum of 30 views. Auto-naming is currently not supported for this resource.
Properties
Link copied to clipboard
Link copied to clipboard
Describes this view.
Link copied to clipboard
Filter that restricts which log entries in a bucket are visible in this view.Filters are restricted to be a logical AND of ==/!= of any of the following: originating project/folder/organization/billing account. resource type log idFor example:SOURCE("projects/myproject") AND resource.type = "gce_instance" AND LOG_ID("stdout")