GoogleCloudLoggingExclusion
No description
type GoogleCloudLoggingExclusion {
createdAt: DateTime
description: String!
disabled: Boolean!
filter: String!
name: String!
updatedAt: DateTime
}
Fields
GoogleCloudLoggingExclusion.createdAt
● DateTime
scalar
The created date/time and this may not be present for older exclusions
GoogleCloudLoggingExclusion.description
● String!
non-null scalar
The description
GoogleCloudLoggingExclusion.disabled
● Boolean!
non-null scalar
If set to True, it does not exclude any log entries
GoogleCloudLoggingExclusion.filter
● String!
non-null scalar
The advanced logs filter (https://cloud.google.com/logging/docs/view/advanced-queries) that matches the log entries to be excluded
GoogleCloudLoggingExclusion.name
● String!
non-null scalar
The name
GoogleCloudLoggingExclusion.updatedAt
● DateTime
scalar
The last updated date/time and this may not be present for older exclusions
Member of
GoogleCloudLoggingSink
object