OrganizationExclusion

class OrganizationExclusion : KotlinCustomResource

Creates a new exclusion in the _Default sink in a specified parent resource. Only log entries belonging to that resource can be excluded. You can have up to 10 exclusions in a resource.

Properties

Link copied to clipboard
val createTime: Output<String>

The creation timestamp of the exclusion.This field may not be present for older exclusions.

Link copied to clipboard
val description: Output<String>

Optional. A description of this exclusion.

Link copied to clipboard
val disabled: Output<Boolean>

Optional. If set to True, then this exclusion is disabled and it does not exclude any log entries. You can update an exclusion to change the value of this field.

Link copied to clipboard
val filter: Output<String>

An advanced logs filter (https://cloud.google.com/logging/docs/view/advanced-queries) that matches the log entries to be excluded. By using the sample function (https://cloud.google.com/logging/docs/view/advanced-queries#sample), you can exclude less than 100% of the matching log entries.For example, the following query matches 99% of low-severity log entries from Google Cloud Storage buckets:resource.type=gcs_bucket severity

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

A client-assigned identifier, such as "load-balancer-exclusion". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. First character has to be alphanumeric.

Link copied to clipboard
val organizationId: Output<String>
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 exclusion.This field may not be present for older exclusions.

Link copied to clipboard
val urn: Output<String>