Folder Bucket View Args
data class FolderBucketViewArgs(val bucketId: Output<String>? = null, val description: Output<String>? = null, val filter: Output<String>? = null, val folderId: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val viewId: Output<String>? = null) : ConvertibleToJava<FolderBucketViewArgs>
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.
Constructors
Functions
Properties
Link copied to clipboard
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")