OrganizationBucketViewArgs

data class OrganizationBucketViewArgs(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 organizationId: Output<String>? = null, val viewId: Output<String>? = null) : ConvertibleToJava<OrganizationBucketViewArgs>

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

Link copied to clipboard
fun OrganizationBucketViewArgs(bucketId: Output<String>? = null, description: Output<String>? = null, filter: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, organizationId: Output<String>? = null, viewId: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): OrganizationBucketViewArgs

Properties

Link copied to clipboard
val bucketId: Output<String>? = null
Link copied to clipboard
val description: Output<String>? = null

Describes this view.

Link copied to clipboard
val filter: Output<String>? = null

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 location: Output<String>? = null
Link copied to clipboard
val name: Output<String>? = null

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

Link copied to clipboard
val organizationId: Output<String>? = null
Link copied to clipboard
val viewId: Output<String>? = null

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.