Class DatabricksCloudCostMetricsIntegrationDataflowSettingsResponse

Settings of the Cloud Cost Management dataflow.

Hierarchy

  • DatabricksCloudCostMetricsIntegrationDataflowSettingsResponse

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
ccmCollectAllWorkspaces?: boolean

Whether cost data is collected for every workspace in the Databricks account rather than this workspace only. This takes effect across the Databricks account: if any one workspace enables it, Datadog collects cost data for all of them regardless of their individual settings, and every covered workspace incurs Cloud Cost Management charges.

Generated using TypeDoc