Class SnowflakeEventTableLogsIntegrationDataflowSettingsResponse

Settings of the event table dataflow. Each record type is collected independently so that you can control ingestion costs, and every record type is ingested into Datadog as logs tagged with its record_type.

Hierarchy

  • SnowflakeEventTableLogsIntegrationDataflowSettingsResponse

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
eventTableEventsEnabled?: boolean

Whether records with a record_type of event are collected.

eventTableLogsEnabled?: boolean

Whether records with a record_type of log are collected.

eventTableLogsIntervalMin?: number

How often event table records are collected, in minutes.

eventTableSpanEventsEnabled?: boolean

Whether records with a record_type of span_event are collected.

eventTableSpansEnabled?: boolean

Whether records with a record_type of span are collected.

Generated using TypeDoc