Skip to main content

GoogleCloudLoggingSink

No description

type GoogleCloudLoggingSink {
metadata: ResourceMetadata!
options: GoogleCloudLoggingSinkOptions
createdAt: DateTime
description: String!
destination: String!
disabled: Boolean!
exclusions: [GoogleCloudLoggingExclusion!]!
filter: String!
includeChildren: Boolean!
name: String!
updatedAt: DateTime
writerIdentity: String!
}

Fields

GoogleCloudLoggingSink.metadata ● ResourceMetadata! non-null object

The metadata to identify this resource in Shisho Cloud

GoogleCloudLoggingSink.options ● GoogleCloudLoggingSinkOptions union

Options

GoogleCloudLoggingSink.createdAt ● DateTime scalar

The created date/time and this may not be present for older exclusions

GoogleCloudLoggingSink.description ● String! non-null scalar

The description

GoogleCloudLoggingSink.destination ● String! non-null scalar

The export destination

GoogleCloudLoggingSink.disabled ● Boolean! non-null scalar

If set to true, it does not export any log entries.

GoogleCloudLoggingSink.exclusions ● [GoogleCloudLoggingExclusion!]! non-null object

Log entries that match any of these exclusion filters will not be exported

GoogleCloudLoggingSink.filter ● String! non-null scalar

The advanced logs filter (https://cloud.google.com/logging/docs/view/advanced-queries) The example value: logName="projects/[PROJECT_ID]/logs/[LOG_ID]" AND severity>=ERROR

GoogleCloudLoggingSink.includeChildren ● Boolean! non-null scalar

If the field is true, then log entries from all the projects, folders, and billing accounts contained in the sink's parent resource are also available for export

GoogleCloudLoggingSink.name ● String! non-null scalar

The name

GoogleCloudLoggingSink.updatedAt ● DateTime scalar

The last updated date/time and this may not be present for older exclusions

GoogleCloudLoggingSink.writerIdentity ● String! non-null scalar

An IAM identity—a service account or group—under which Cloud Logging writes the exported log entries to the sink's destination

Member of

GoogleCloudLogging object