FolderBucketView

class FolderBucketView : KotlinCustomResource

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
val bucketId: Output<String>
Link copied to clipboard
val createTime: Output<String>

The creation timestamp of the view.

Link copied to clipboard
val description: Output<String>

Describes this view.

Link copied to clipboard
val filter: Output<String>

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")

Link copied to clipboard
val folderId: Output<String>
Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

The resource name of the view.For example:projects/my-project/locations/global/buckets/my-bucket/views/my-view

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val updateTime: Output<String>

The last update timestamp of the view.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val viewId: Output<String>

Required. A client-assigned identifier such as "my-view". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods.